Skip to content

Commit 1a82a95

Browse files
author
Simon Pieters
committed
[cssom] Don't escape --foo when serializing identifier. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=25426
1 parent 6a68e0d commit 1a82a95

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

cssom/Overview.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,6 @@ <h3 id="common-serializing-idioms"><span class="secno">3.1 </span>Common Seriali
337337
(U+0030 to U+0039) and the first character is a "<code title="">-</code>"
338338
(U+002D), then the character
339339
<a href="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li>
340-
<li>If the character is the second character and is "<code title="">-</code>"
341-
(U+002D) and the first character is "<code title="">-</code>" as well, then the
342-
<a href="#escape-a-character" title="escape a character">escaped</a> character.</li>
343340
<li>If the character is not handled by one of the above rules and is
344341
greater than or equal to U+0080, is "<code title="">-</code>" (U+002D) or
345342
"<code title="">_</code>" (U+005F), or is in one of the ranges [0-9] (U+0030 to

cssom/Overview.src.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ <h3>Common Serializing Idioms</h3>
254254
(U+0030 to U+0039) and the first character is a "<code title>-</code>"
255255
(U+002D), then the character
256256
<span title="escape a character as code point">escaped as code point</span>.</li>
257-
<li>If the character is the second character and is "<code title>-</code>"
258-
(U+002D) and the first character is "<code title>-</code>" as well, then the
259-
<span title="escape a character">escaped</span> character.</li>
260257
<li>If the character is not handled by one of the above rules and is
261258
greater than or equal to U+0080, is "<code title>-</code>" (U+002D) or
262259
"<code title>_</code>" (U+005F), or is in one of the ranges [0-9] (U+0030 to

0 commit comments

Comments
 (0)