Skip to content
Closed
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: 1 addition & 1 deletion cssom/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ by the concatenation of, for each character of the identifier:

<ul>
<li>If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD)
<a>escaped as a code point</a>.
<a>escaped as code point</a>.
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, then the character
<a>escaped as code point</a>.
<li>If the character is the first character and is in the range \[0-9]
Expand Down