[cssom] escaping of nonprintable characters

http://dev.w3.org/csswg/cssom/#common-serializing-idioms says, twice
(in the rules for serializing identifiers, and then again for
strings):
  # If the character is in the range U+0000 to U+001F, the character
  # escaped as code point.

Zack Weinberg points out in
https://bugzilla.mozilla.org/show_bug.cgi?id=229827 that this range
should also include U+007F through U+009F, which are also
nonprintable.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla Corporation               http://www.mozilla.com/   𝄂

Received on Saturday, 23 July 2011 23:29:52 UTC