@@ -731,9 +731,9 @@ Automatic Numbering With Counters</h2>
731
731
used, among other things, to automatically number list items in CSS.
732
732
Every element has a collection of zero or more counters,
733
733
which are inherited through the document tree in a way similar to inherited property values.
734
- Counters have a name and creator element ,
734
+ [= Counters=] have a <dfn export for="CSS counter"> name</dfn> and <dfn export for="CSS counter">creator</dfn> ,
735
735
which identify the counter,
736
- and an integer value per element .
736
+ and an integer <dfn export for="CSS counter">value</dfn> .
737
737
They are created and manipulated with
738
738
the <dfn export>counter properties</dfn> 'counter-increment' , 'counter-set' and 'counter-reset' ,
739
739
and used with the ''counter()'' and ''counters()'' [=functional notations=] .
@@ -980,9 +980,9 @@ Creating and Inheriting Counters</h3>
980
980
These counters are represented as a <dfn>CSS counters set</dfn> ,
981
981
which is a [=/set=]
982
982
whose values are each a [=tuple=] of:
983
- a [=string=] (representing a counter’s name),
984
- an element (representing the counter’s originating element ),
985
- and an integer (representing the counter’s value).
983
+ a [=string=] (representing a counter’s [= name=] ),
984
+ an element (representing the counter’s [=creator=] ),
985
+ and an integer (representing the counter’s [= value=] ).
986
986
The latest [=counter=] of a given name in that set
987
987
represents the <dfn>innermost</dfn> counter of that name.
988
988
0 commit comments