Skip to content

Commit ead6aa8

Browse files
committed
[css-lists-3][editorial] Dfn-ify the parts of a counter.
1 parent 84a573d commit ead6aa8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-lists-3/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ Automatic Numbering With Counters</h2>
731731
used, among other things, to automatically number list items in CSS.
732732
Every element has a collection of zero or more counters,
733733
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>,
735735
which identify the counter,
736-
and an integer value per element.
736+
and an integer <dfn export for="CSS counter">value</dfn>.
737737
They are created and manipulated with
738738
the <dfn export>counter properties</dfn> 'counter-increment', 'counter-set' and 'counter-reset',
739739
and used with the ''counter()'' and ''counters()'' [=functional notations=].
@@ -980,9 +980,9 @@ Creating and Inheriting Counters</h3>
980980
These counters are represented as a <dfn>CSS counters set</dfn>,
981981
which is a [=/set=]
982982
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=]).
986986
The latest [=counter=] of a given name in that set
987987
represents the <dfn>innermost</dfn> counter of that name.
988988

0 commit comments

Comments
 (0)