Skip to content

Commit 666d29c

Browse files
committed
[css-counter-styles-3] A too-short 'symbols' descriptor just makes it not define a counter style, not invalid. Fixes #5698.
1 parent 6e6df34 commit 666d29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-counter-styles-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ Marker characters: the 'symbols' and 'additive-symbols' descriptors</h3>
10481048
Some counter systems specify that the 'symbols' descriptor must have at least two entries.
10491049
If the counter style's system is such,
10501050
and the 'symbols' descriptor has only a single entry,
1051-
the descriptor is invalid and must be ignored.
1051+
the ''@counter-style'' rule does not define a [=counter style=].
10521052

10531053
Each entry in the 'symbols' descriptor's value defines a <dfn export>counter symbol</dfn>,
10541054
which is interpreted differently based on the counter style's system.

0 commit comments

Comments
 (0)