You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-lists/Overview.src.html
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -862,10 +862,7 @@ <h2 id='counter-style'>
862
862
using a particular counter style for a particular counter value, follow these steps:</p>
863
863
864
864
<ol>
865
-
<li>If the counter value is less than the <ititle='counter-lower-bound'>lower bound</i>
866
-
or greater than the <ititle='counter-upper-bound'>upper bound</i> of the counter
867
-
style, exit this algorithm and instead <ititle='generate-a-counter'>generate a counter representation</i>
868
-
using the counter style's fallback style and the same counter value.</li>
865
+
<li>If the counter value is outside the <ititle='counter-range'>range</i> of the counter style, exit this algorithm and instead <ititle='generate-a-counter'>generate a counter representation</i> using the counter style's fallback style and the same counter value.</li>
869
866
870
867
<li>Using the counter value and the <ititle='counter-algorithm'>counter algorithm</i>
871
868
for the counter style, generate an initial representation for the counter value.</li>
<p>If the value is ''auto'', the range depends on the counter type. For ''repeating'', ''numeric'', and ''non-repeating'' types, it must be treated identically to specifying ''infinite infinite''. For ''alphabetic'' and ''symbolic'', it must be treated identically to ''1 infinite''. For ''additive'', it must be treated identically to ''0 infinite''. For ''override'', it must be treated according to the type of the counter style it is overriding.</p>
1436
1433
1437
-
<p>Some counter style types have their own implicit ranges, specified above
1438
-
in the individual descriptions for each type. The explicit range given
1439
-
by the ‘<codeclass="css">range</code>’ descriptor applies at the same time
1440
-
as the implicit range given by the ‘<codeclass="css">type</code>’
1441
-
descriptor - if the counter value is less than either lower bound, or greater
1442
-
than either upper bound, the fallback style must instead be used to generate
1443
-
the representation.</p>
1434
+
<p>Some counter style types have their own implicit ranges, specified above in the individual descriptions for each type. The explicit range given by the ‘<codeclass="css">range</code>’ descriptor applies at the same time as the implicit range given by the ‘<codeclass="css">type</code>’ descriptor - if the counter value is outside either range, the fallback style must instead be used to generate the representation.</p>
1444
1435
1445
1436
<pclass=issue>There's also an implicit range coming from implementation
1446
1437
limits. Should we require UAs to support all values in a signed 2-byte int,
0 commit comments