Skip to content

Commit 24eed58

Browse files
committed
[css-syntax] Per WG resolution, filter surrogates from the input stream. Fixes #3307.
1 parent bf4d9ee commit 24eed58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-syntax-3/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Preprocessing the input stream</h3>
419419
by a single U+000A LINE FEED (LF) <a>code point</a>.
420420

421421
<li>
422-
Replace any U+0000 NULL <a>code point</a> with U+FFFD REPLACEMENT CHARACTER (�).
422+
Replace any U+0000 NULL or <a>surrogate</a> <a>code points</a> with U+FFFD REPLACEMENT CHARACTER (�).
423423
</ul>
424424

425425

@@ -3446,6 +3446,9 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
34463446

34473447
* Removed the Selectors-specific tokens, per WG resolution.
34483448

3449+
* Filtered <a>surrogates</a> from the input stream, per WG resolution.
3450+
Now the entire specification operates only on <a>scalar values</a>.
3451+
34493452
The following editorial changes were made:
34503453

34513454
* The "Consume a string token" algorithm was changed to allow calling it without specifying an explicit ending token,

0 commit comments

Comments
 (0)