Typo in CSS3 module syntax

      urlchar ::= [#x9#x21#x23-#x26#x27-#x7E] | nonascii | escape

I believe the intent here is to exclude quote characters (#x22 and
#x27) and that the ranges are inclusive.  Perhaps the #x27 above
should be #x28.

      urlchar ::= [#x9#x21#x23-#x26#x28-#x7E] | nonascii | escape

cheers,
mike

Received on Wednesday, 19 October 2011 10:10:32 UTC