Skip to content

Commit 3a1c489

Browse files
authored
[css-counter-styles-3] Extended @counter-style containing *-symbols are not invalid (#11883)
As resolved in #1682. Oversight in ba2a8cb. Fixes #9258.
1 parent f0d2934 commit 3a1c489

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-counter-styles-3/Overview.bs

+1-2
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,7 @@ Building from Existing Counter Styles: the ''extends'' system
709709
rather than taking their initial values.
710710

711711
If a ''@counter-style'' uses the ''extends'' system,
712-
it must not contain a '@counter-style/symbols' or '@counter-style/additive-symbols' descriptor,
713-
or else the ''@counter-style'' rule is invalid.
712+
it must not contain a '@counter-style/symbols' or '@counter-style/additive-symbols' descriptor.
714713

715714
If the specified <<counter-style-name>> is an [=ASCII case-insensitive=] match
716715
for ''disc'', ''circle'', ''square'', ''disclosure-open'', or ''disclosure-closed''

0 commit comments

Comments
 (0)