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: css-counter-styles/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -353,8 +353,8 @@ Repeating Symbols: the ''symbolic'' system</h4>
353
353
The ''symbolic'' system will produce representations with sizes that are linear in the magnitude of the counter value.
354
354
This can potentially be abused to generate excessively large representations
355
355
and consume undue amounts of the user's memory or even hang their browser.
356
-
User agents must support representations at least 20 characters long,
357
-
but they may choose to instead use the fallback style for representations that would be longer than 20 characters.
356
+
User agents must support representations at least 60 Unicode codepoints long,
357
+
but they may choose to instead use the fallback style for representations that would be longer than 60 codepoints.
358
358
359
359
360
360
<h4 id="alphabetic-system">
@@ -557,8 +557,8 @@ Accumulating Numerals: the ''additive'' system</h4>
557
557
558
558
The ''additive'' system will produce representations with sizes that are linear in the magnitude of the counter value.
559
559
This can potentially be abused to generate excessively large representations and consume undue amounts of the user's memory or even hang their browser.
560
-
User agents must support representations at least 20 characters long,
561
-
but they may choose to instead use the fallback style for representations that would be longer than 20 characters.
560
+
User agents must support representations at least 60 Unicode codepoints long,
561
+
but they may choose to instead use the fallback style for representations that would be longer than 60 codepoints.
562
562
563
563
Note: All of the predefined additive ''@counter-style'' rules in this specification
564
564
produce representations for every value in their range,
<p> The <aclass=cssdata-link-type=maybehref=#valuedef-symbolictitle=symbolic>symbolic</a> system will produce representations with sizes that are linear in the magnitude of the counter value.
487
487
This can potentially be abused to generate excessively large representations
488
488
and consume undue amounts of the user’s memory or even hang their browser.
489
-
User agents must support representations at least 20 characters long,
490
-
but they may choose to instead use the fallback style for representations that would be longer than 20 characters.
489
+
User agents must support representations at least 60 Unicode codepoints long,
490
+
but they may choose to instead use the fallback style for representations that would be longer than 60 codepoints.
<p> The <aclass=cssdata-link-type=maybehref=#valuedef-additivetitle=additive>additive</a> system will produce representations with sizes that are linear in the magnitude of the counter value.
682
682
This can potentially be abused to generate excessively large representations and consume undue amounts of the user’s memory or even hang their browser.
683
-
User agents must support representations at least 20 characters long,
684
-
but they may choose to instead use the fallback style for representations that would be longer than 20 characters.
683
+
User agents must support representations at least 60 Unicode codepoints long,
684
+
but they may choose to instead use the fallback style for representations that would be longer than 60 codepoints.
685
685
686
686
<pclass=note> Note: All of the predefined additive <aclass=cssdata-link-type=maybehref=#at-ruledef-counter-styletitle=@counter-style>@counter-style</a> rules in this specification
687
687
produce representations for every value in their range,
0 commit comments