Skip to content

Commit 4068d10

Browse files
committed
[css-counter-styles] @counter-style with missing descriptors just fails to define a counter style, but is otherwise treated as valid. Fixes #1682.
1 parent 70949c9 commit 4068d10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-counter-styles-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,8 @@ Marker characters: the 'symbols' and 'additive-symbols' descriptors</h3>
10391039
''cyclic'', ''system/numeric'', ''system/alphabetic'', ''symbolic'', or ''system/fixed'',
10401040
or a valid 'additive-symbols' descriptor
10411041
if the counter system is ''additive'';
1042-
otherwise, the ''@counter-style'' is invalid and must be ignored.
1042+
otherwise, the ''@counter-style'' does not define a <a>counter style</a>
1043+
(but is still a valid <a>at-rule</a>).
10431044

10441045
Some counter systems specify that the 'symbols' descriptor must have at least two entries.
10451046
If the counter style's system is such,

0 commit comments

Comments
 (0)