File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -910,12 +910,12 @@ Creating and Inheriting Counters</h3>
910
910
or through instantiation on the element directly.
911
911
These counters are represented as a <dfn>CSS counters set</dfn> ,
912
912
which is a [=/set=]
913
- whose values are [=tuples =] of:
913
+ whose values are each a [=tuple =] of:
914
914
a [=string=] (representing a counter’s name),
915
915
an element (representing the counter’s originating element),
916
- and an integer (representing the counter’s value),
917
- the latest one of a given name
918
- representing the “innermost” counter of that name.
916
+ and an integer (representing the counter’s value).
917
+ The latest [=counter=] of a given name in that set
918
+ represents the “innermost” counter of that name.
919
919
920
920
<div algorithm>
921
921
An element [=inherit counters|inherits=] its initial set of counters
You can’t perform that action at this time.
0 commit comments