Bug 10453
Summary: | Nested quotes rendered incorrectly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Trevor Harmon <trevor> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Trevor Harmon
HTML includes a quote element, <q>, for displaying localized and stylized quotation marks. When this element is nested, the rendering of the marks changes from double-quotes to single-quotes (by default). The spec on this is here:
http://www.w3.org/TR/html4/struct/text.html#h-9.2.2.1
And an example can be found on section 2 of this page:
http://www.seomoz.org/blogdetail.php?ID=1282
Note that WebKit incorrectly renders the inner marks as double-quotes. Confirmed on the r15924 build.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Bug 3234 states that the inner quotes are rendered as single hash marks (apostrophes) - that's not what I'm seeing. Anyway, that bug is basically about the same issue.
*** This bug has been marked as a duplicate of 3234 ***