- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 01 Apr 2011 14:19:59 +0200
- To: Alan Gresley <alan@css-class.com>
- Cc: Peter Moulder <peter.moulder@monash.edu>, www-style@w3.org, CSS-testsuite <public-css-testsuite@w3.org>
* Alan Gresley wrote: >In FF3.6.16 and FF4b the line is red for 'escapes-040'. This I find >usual since when does '*' overrule 'div *' in specificity? > > > div * { background: green; } > > .\06B0 \ > * { background: red; } It seems to me that a backslash followed by a newline character is an escape sequence only within string literals. That would mean the back- slash is literally a backslash with no effect on what follows. There's currently no definition of what a backslash DELIM in a selector means, so it would seem the selector is invalid and Firefox has a bug. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Friday, 1 April 2011 12:20:24 UTC