Re: [css-syntax] i18n-ISSUE-306: reference to space character

Tab Atkins Jr. scripsit:

> @charset    'iso-8859-1';
> .foo© { color: red; }
> 
> Totally valid CSSCharsetRule shows up in the stylesheet.  Assuming
> that the file is actually saved in iso-8859-1, though, the @charset
> has zero effect, and the © symbol is corrupted.  Remove the extra
> whitespace, change to double-quote chars, and it'll work.

Feh.  Do we really suck so much that this result is unavoidable?  I'd like
to see the syntax definition of the @charset rule narrowed to match the
@charset marker.  Is that impossible?

-- 
Not to perambulate                 John Cowan <cowan@ccil.org>
    the corridors                  http://www.ccil.org/~cowan
during the hours of repose
    in the boots of ascension.       --Sign in Austrian ski-resort hotel

Received on Wednesday, 15 January 2014 22:24:52 UTC