[Webkit-unassigned] [Bug 18604] backslash parsing fails for test
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 2 04:19:30 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18604
webkit at blaut.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at blaut.biz
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
OS/Version|Windows XP |All
Platform|PC |All
Version|525.x (Safari 3.1) |526+ (Nightly build)
------- Comment #1 from webkit at blaut.biz 2008-06-02 04:19 PDT -------
I can confirm the bug. It violates the definition of CSS 2.1 CR:
"It is possible to break strings over several lines, for esthetic or other
reasons, but in such a case the newline itself has to be escaped with a
backslash (\). For instance, the following two selectors are exactly the same:
a[title="a not s\
o very long title"] {/*...*/}
a[title="a not so very long title"] {/*...*/}"
[http://www.w3.org/TR/CSS21/syndata.html#strings]
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list