Skip to content

Commit cf448c7

Browse files
committed
[css-syntax] Re-loosen the restrictions about encoding label bytes.
--HG-- extra : rebase_source : 3a67ee026fe4acb28a3415d9db89272ec45a19ad
1 parent 587133d commit cf448c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h3 class="heading settled heading" data-level=3.2 id=input-byte-stream><span cl
450450
If the first 1024 bytes of the stream begin with the hex sequence
451451

452452
<pre>40 63 68 61 72 73 65 74 20 22 XX* 22 3B</pre>
453-
<p> where each <code>XX</code> byte is between 23<sub>16</sub> and 7E<sub>16</sub> inclusive,
453+
<p> where each <code>XX</code> byte is anything except 22<sub>16</sub>,
454454
then <a data-link-type=dfn href=#get-an-encoding title="get an encoding">get an encoding</a>
455455
for the sequence of <code>XX</code> bytes,
456456
interpreted as <code>ASCII</code>.

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h3 id="input-byte-stream">
288288

289289
<pre>40 63 68 61 72 73 65 74 20 22 XX* 22 3B</pre>
290290

291-
where each <code>XX</code> byte is between 23<sub>16</sub> and 7E<sub>16</sub> inclusive,
291+
where each <code>XX</code> byte is anything except 22<sub>16</sub>,
292292
then <a>get an encoding</a>
293293
for the sequence of <code>XX</code> bytes,
294294
interpreted as <code>ASCII</code>.

0 commit comments

Comments
 (0)