Skip to content

Commit 6e6df34

Browse files
committed
[css-counter-styles-3][editorial] Just use 'defined', not 'currently-defined', to avoid any implication of temporality. Fixes #4205.
1 parent b3c3be5 commit 6e6df34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-counter-styles-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Building from Existing Counter Styles: the ''extends'' system
695695
it must not contain a 'symbols' or 'additive-symbols' descriptor,
696696
or else the ''@counter-style'' rule is invalid.
697697

698-
If the specified counter style name isn't the name of any currently-defined counter style,
698+
If the specified counter style name isn't the name of any defined counter style,
699699
it must be treated as if it was extending the ''decimal'' counter style.
700700
If one or more ''@counter-style'' rules form a cycle with their ''extends'' values,
701701
all of the counter styles participating in the cycle
@@ -992,7 +992,7 @@ Defining fallback: the 'fallback' descriptor</h3>
992992
value, etc.).
993993

994994
If the value of the 'fallback' descriptor isn't the name of any
995-
currently-defined counter style, the used value of the 'fallback' descriptor
995+
defined counter style, the used value of the 'fallback' descriptor
996996
is ''decimal'' instead. Similarly, while following fallbacks to find
997997
a counter style that can render the given counter value, if a loop in the
998998
specified fallbacks is detected, the ''decimal'' style must be used instead.

0 commit comments

Comments
 (0)