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