File tree 1 file changed +4
-1
lines changed 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>
419
419
by a single U+000A LINE FEED (LF) <a>code point</a> .
420
420
421
421
<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 (�).
423
423
</ul>
424
424
425
425
@@ -3446,6 +3446,9 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
3446
3446
3447
3447
* Removed the Selectors-specific tokens, per WG resolution.
3448
3448
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
+
3449
3452
The following editorial changes were made:
3450
3453
3451
3454
* 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