We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f609626 commit f8b1bccCopy full SHA for f8b1bcc
cssom/Overview.bs
@@ -221,8 +221,7 @@ below to each character of the given string, followed by
221
'"' (U+0022):
222
223
<ul>
224
- <li>If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD)
225
- <a>escaped as code point</a>.
+ <li>If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD).
226
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, the character
227
<a>escaped as code point</a>.
228
<li>If the character is '"' (U+0022) or "<code>\</code>"
0 commit comments