File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments