[cssom] Don't escape --foo when serializing identifier. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=25426

Wed, 30 Apr 2014 07:26:47 +0200

author
Simon Pieters <simonp@opera.com>
date
Wed, 30 Apr 2014 07:26:47 +0200
changeset 13833
98c61628c0e9
parent 13832
37fa8d51b890
child 13834
2c75e9e61710

[cssom] Don't escape --foo when serializing identifier. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=25426

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Wed Apr 30 07:13:01 2014 +0200
     1.2 +++ b/cssom/Overview.html	Wed Apr 30 07:26:47 2014 +0200
     1.3 @@ -337,9 +337,6 @@
     1.4   (U+0030 to U+0039) and the first character is a "<code title="">-</code>"
     1.5   (U+002D), then the character
     1.6   <a href="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li>
     1.7 - <li>If the character is the second character and is "<code title="">-</code>"
     1.8 - (U+002D) and the first character is "<code title="">-</code>" as well, then the
     1.9 - <a href="#escape-a-character" title="escape a character">escaped</a> character.</li>
    1.10   <li>If the character is not handled by one of the above rules and is
    1.11   greater than or equal to U+0080, is "<code title="">-</code>" (U+002D) or
    1.12   "<code title="">_</code>" (U+005F), or is in one of the ranges [0-9] (U+0030 to
     2.1 --- a/cssom/Overview.src.html	Wed Apr 30 07:13:01 2014 +0200
     2.2 +++ b/cssom/Overview.src.html	Wed Apr 30 07:26:47 2014 +0200
     2.3 @@ -254,9 +254,6 @@
     2.4   (U+0030 to U+0039) and the first character is a "<code title>-</code>"
     2.5   (U+002D), then the character
     2.6   <span title="escape a character as code point">escaped as code point</span>.</li>
     2.7 - <li>If the character is the second character and is "<code title>-</code>"
     2.8 - (U+002D) and the first character is "<code title>-</code>" as well, then the
     2.9 - <span title="escape a character">escaped</span> character.</li>
    2.10   <li>If the character is not handled by one of the above rules and is
    2.11   greater than or equal to U+0080, is "<code title>-</code>" (U+002D) or
    2.12   "<code title>_</code>" (U+005F), or is in one of the ranges [0-9] (U+0030 to

mercurial