Skip to content

Commit

Permalink
[cssom] Revert part of previous commit; '--' is a valid ident. Fixes h…
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Sep 8, 2015
1 parent 196e80a commit 7707b15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cssom/Overview.bs
Expand Up @@ -201,10 +201,6 @@ by the concatenation of, for each character of the identifier:
<li>If the character is the first character and is a "<code>-</code>" (U+002D),
and there is no second character,
then the <a lt="escape a character">escaped</a> character.
<li>If the character is the second character and is a "<code>-</code>" (U+002D),
and the first character is also a "<code>-</code>" (U+002D),
and there is no third character,
then the <a lt="escape a character">escaped</a> character.
<li>If the character is not handled by one of the above rules and is
greater than or equal to U+0080, is "<code>-</code>" (U+002D) or
"<code>_</code>" (U+005F), or is in one of the ranges \[0-9] (U+0030 to
Expand Down

1 comment on commit 7707b15

@mathiasbynens
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.