Bug 10453

Summary: Nested quotes rendered incorrectly
Product: WebKit Reporter: Trevor Harmon <trevor>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Trevor Harmon 2006-08-16 23:37:46 PDT
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.
Comment 1 Alexey Proskuryakov 2006-08-17 02:49:35 PDT
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 ***