Skip to content

Commit d449548

Browse files
committed
[css-syntax] Add the escaped surrogate change in the Changes section.
1 parent c98537f commit d449548

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css-syntax/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3003,6 +3003,10 @@ <h2 data-level=10 id=changes><span class=secno>10 </span><span class=content>Cha
30033003
<a data-link-type=token href=#tokendef-column>〈column〉</a> has been added,
30043004
to keep Selectors parsing in single-token lookahead.
30053005

3006+
<li>
3007+
Hexadecimal escape for <a href=#surrogate-code-point>surrogate code points</a> now emit a replacement character rather than the surrogate.
3008+
This allows implementations to safely use UTF-16 internally.
3009+
30063010
</ul>
30073011

30083012
<p> Parsing changes:

css-syntax/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,6 +2890,10 @@ <h2 id="changes">Changes from CSS 2.1 and Selectors Level 3</h2>
28902890
<<<column>>> has been added,
28912891
to keep Selectors parsing in single-token lookahead.
28922892

2893+
<li>
2894+
Hexadecimal escape for <a>surrogate code points</a> now emit a replacement character rather than the surrogate.
2895+
This allows implementations to safely use UTF-16 internally.
2896+
28932897
</ul>
28942898

28952899
Parsing changes:

0 commit comments

Comments
 (0)