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
User agents must support representations at least 20 characters long,
639
639
but they may choose to instead use the fallback style for representations that would be longer than 20 characters.
640
640
641
+
</p><pclass="note"> Note: All of the predefined additive <adata-autolink="maybe" class="css" href="#at-counter-style">@counter-style</a> rules in this specification
642
+
produce representations for every value in their range,
643
+
but it's possible to produce values for <adata-autolink="maybe" class="css" href="#additive-symbols">additive-symbols</a> that will fail to find a representation
644
+
with the algorithm defined above,
645
+
even though theoretically a representation could be found.
646
+
For example, if a <adata-autolink="maybe" class="css" href="#at-counter-style">@counter-style</a> was defined with <spandata-autolink="maybe" class="css">additive-symbols: 3 "a", 2 "b";</span>,
647
+
the algorithm defined above will fail to find a representation for a counter value of 4,
648
+
even though theoretically a "bb" representation would work.
649
+
While unfortunate, this is required to maintain the property that the algorithm runs in linear time
<p> For all of these counter styles, the <adata-autolink="property" class="property" title="suffix" href="#suffix">suffix</a>is "、" U+3001,
1702
+
<p> For all of these counter styles, the <adata-autolink="property" class="property" title="suffix" href="#suffix">suffix</a>is "、" U+3001,
1692
1703
the <adata-autolink="property" class="property" title="fallback" href="#fallback">fallback</a> is <adata-autolink="maybe" class="css" href="#cjk-decimal">cjk-decimal</a>,
1693
1704
the <adata-autolink="property" class="property" title="range" href="#range">range</a> is <spandata-autolink="maybe" class="css">-9999 9999</span>,
1694
1705
and the <adata-autolink="property" class="property" title="negative" href="#negative">negative</a> value is given in the table of symbols for each style.
0 commit comments