File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -910,12 +910,12 @@ Creating and Inheriting Counters</h3>
910910 or through instantiation on the element directly.
911911 These counters are represented as a <dfn>CSS counters set</dfn> ,
912912 which is a [=/set=]
913- whose values are [=tuples =] of:
913+ whose values are each a [=tuple =] of:
914914 a [=string=] (representing a counter’s name),
915915 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.
919919
920920 <div algorithm>
921921 An element [=inherit counters|inherits=] its initial set of counters
You can’t perform that action at this time.
0 commit comments