Skip to content

Commit cb59b4c

Browse files
committed
[css-counter-styles] Slightly rephrase the 'too large' warning.
1 parent b9629db commit cb59b4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Counter Styles</h2>
116116

117117
Some values of 'system' (''symbolic'', ''additive'')
118118
and some descriptors ('pad')
119-
can generate representations with size linear to the counter value.
120-
This potentially be abused to generate excessively large representations
119+
can generate representations with size linear to an author-supplied number.
120+
This can potentially be abused to generate excessively large representations
121121
and consume undue amounts of the user's memory or even hang their browser.
122122
User agents must support representations at least 60 Unicode codepoints long,
123123
but they may choose to instead use the fallback style for representations that would be longer than 60 codepoints.

css-counter-styles/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ <h2 class="heading settled heading" data-level=2 id=counter-styles><span class=s
270270

271271
<p> Some values of <a class=property data-link-type=propdesc href=#descdef-system title=system>system</a> (<a class=css data-link-type=maybe href=#valuedef-symbolic title=symbolic>symbolic</a>, <a class=css data-link-type=maybe href=#valuedef-additive title=additive>additive</a>)
272272
and some descriptors (<a class=property data-link-type=propdesc href=#descdef-pad title=pad>pad</a>)
273-
can generate representations with size linear to the counter value.
274-
This potentially be abused to generate excessively large representations
273+
can generate representations with size linear to an author-supplied number.
274+
This can potentially be abused to generate excessively large representations
275275
and consume undue amounts of the user’s memory or even hang their browser.
276276
User agents must support representations at least 60 Unicode codepoints long,
277277
but they may choose to instead use the fallback style for representations that would be longer than 60 codepoints.

0 commit comments

Comments
 (0)