Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions css-syntax-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ Preprocessing the input stream</h3>
<li>
Replace any U+0000 NULL or <a>surrogate</a> <a>code points</a> in |input|
with U+FFFD REPLACEMENT CHARACTER (�).

Note: The only way to produce a <a>surrogate</a> <a>code point</a> in CSS content is by directly assigning a <code>DOMString</code> with one in it via an OM operation.
</ul>
</div>

Expand Down