Skip to content

Commit b9be9c6

Browse files
committed
[css-syntax] Remove redundant limitation on @charset size.
1 parent b330e64 commit b9be9c6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

css-syntax/Overview.src.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,6 @@ <h3 id="input-byte-stream">
302302
where the "…" is the sequence of bytes corresponding to the encoding's label.
303303
</details>
304304

305-
UAs may impose an arbitrary limit upon the number of <code>XX</code> bytes scanned,
306-
as long as it is large enough to encompass all of the <a href="http://encoding.spec.whatwg.org/#label">labels</a> defined in [[!ENCODING]];
307-
at the time of writing this specification these are all 19 or fewer bytes long.
308-
309305
If the return value was <code>utf-16be</code> or <code>utf-16le</code>,
310306
use <code>utf-8</code> as the fallback encoding;
311307
if it was anything else except failure,

0 commit comments

Comments
 (0)