Skip to content

Commit 9fc57a9

Browse files
committed
[css-lists-3] Split sentence.
1 parent 1d7396a commit 9fc57a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-lists-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)