Version: (using KDE 4.2.4) OS: Linux Installed from: Ubuntu Packages Testcase from Gabriele Romanato -------- http://test.csswg.org/source/CSS2.1-test-suite/incoming/gabriele/basic/sec4/char12.html Relevant code involved: ---------------------- <style type="text/css"> p {color: green} p {color: \20red} </style> <p>This text should be green, not red.</p> "Backslash escapes, where allowed, are always considered to be part of an identifier or a string" http://www.w3.org/TR/CSS21/syndata.html#characters \20red is not the exact same identical string value of red (reserved color name identifier in CSS 2.1). So, the declaration color: \20red should be parsed as invalid (therefore rejected) and only p {color: green} should apply. Internet Explorer 8, Firefox 3.0.11, Opera 9.64 and Safari 4 pass this test. regards, Gérard
*** This bug has been marked as a duplicate of bug 198086 ***
A. Spehr, I am re-resolving this bug as a duplicate of bug 198096, not as 198086. I intentionally split the parsing bugs into 3 bug reports (198096, 198099 and 198103) because this is what is recommended when filing bugs. I don't mind them being regrouped under 1 bug report though. regards, Gérard *** This bug has been marked as a duplicate of bug 198096 ***
Sorry, you are right. From where I was reading it looked like you had just hit "submit" a few too many times. :} I reopened and moved around labels to make it easier to read the subject.
http://test.csswg.org/source/contributors/gabriele/incoming/basic/sec4/char12.html
URL field updated. Gérard
Temporary url: http://test.csswg.org/source/work-in-progress/gabriele/basic/sec4/char12.html
Permanent url: http://www.gtalbot.org/BrowserBugsSection/Konqueror4Bugs/Bug198099-esacaping-character-property-value.html
Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann