We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b330e64 commit b9be9c6Copy full SHA for b9be9c6
1 file changed
css-syntax/Overview.src.html
@@ -302,10 +302,6 @@ <h3 id="input-byte-stream">
302
where the "…" is the sequence of bytes corresponding to the encoding's label.
303
</details>
304
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
-
309
If the return value was <code>utf-16be</code> or <code>utf-16le</code>,
310
use <code>utf-8</code> as the fallback encoding;
311
if it was anything else except failure,
0 commit comments