Skip to content

Commit c308a6a

Browse files
committed
[css-counter-styles] Specify that an unknown <counter-style-name> in counter()/etc acts like 'decimal'. (I think I intended to only do this in Lists, but wtv.)
--HG-- extra : rebase_source : 2f0f11687ba104a85c1e40f0fd166b376ec299b0
1 parent 8172169 commit c308a6a

2 files changed

Lines changed: 274 additions & 227 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,9 @@ Extending 'list-style-type', ''counter()'', and ''counters()''</h2>
10371037
<dfn type>&lt;counter-style></dfn> = <<counter-style-name>> | <a>symbols()</a>;
10381038
</pre>
10391039

1040+
If a <<counter-style-name>> is used that does not refer to any existing counter style,
1041+
it must act identically to the ''decimal'' counter style.
1042+
10401043

10411044
<!--
10421045
SSSSSSSSSSSSSSS tttt lllllll

0 commit comments

Comments
 (0)