RESOLVED FIXED 6509
content property with supported value followed by unsupported open-quote displays duplicated content
https://bugs.webkit.org/show_bug.cgi?id=6509
Summary content property with supported value followed by unsupported open-quote disp...
Mark Rowe (bdash)
Reported 2006-01-12 10:03:36 PST
A rule such as p:before { content: "*" open-quote; } leads to two asterisks being displayed before a paragraph. I would expect that until bug 6503 is resolved it should display only a single asterisk. When bug 6503 I would expect an asterisk and open quote character to be displayed.
Attachments
Test case (252 bytes, text/html)
2006-01-12 10:04 PST, Mark Rowe (bdash)
no flags
Clear parsedValue when the currently unsupported CSS_IDENT comes up (2.95 KB, patch)
2006-01-12 10:41 PST, Mark Rowe (bdash)
darin: review+
Mark Rowe (bdash)
Comment 1 2006-01-12 10:04:17 PST
Created attachment 5624 [details] Test case
Mark Rowe (bdash)
Comment 2 2006-01-12 10:41:58 PST
Created attachment 5626 [details] Clear parsedValue when the currently unsupported CSS_IDENT comes up The layout test for this uses no-open-quote and no-close-quote to trigger the problem as this will result in the same layout even after bug 6503 is resolved.
Darin Adler
Comment 3 2006-01-12 21:49:07 PST
Comment on attachment 5626 [details] Clear parsedValue when the currently unsupported CSS_IDENT comes up Should not use tabs in the change log. Otherwise great, r=me.
Note You need to log in before you can comment on or make changes to this bug.