[Webkit-unassigned] [Bug 208093] New: AX: <q> tag with nested <ruby> fails to follow standards of quotation for lang attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 22 11:56:50 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208093

            Bug ID: 208093
           Summary: AX: <q> tag with nested <ruby> fails to follow
                    standards of quotation for lang attribute
           Product: WebKit
           Version: Safari 13
          Hardware: All
                OS: All
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: daniel at danleonard.us
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 391465

  --> https://bugs.webkit.org/attachment.cgi?id=391465&action=review

Comparison of WebKit and Gecko rendering of minimal working example in issue description

Using <ruby> tag within a <q> tag causes the <q> to render as straight quotes (") rather than honoring the lang attribute of the <q> tag, which would usually involve CJK quotes.

Minimal working example:

<p>
        This displays correct CJK quotes:
        <q lang="ja-Kana">あなた は ばか</q>
        <br />
        This displays straight quotes:
        <q lang="ja-Kana">
                <ruby>
                        あなた<rp>(</rp><rt>anata</rt><rp>)</rp>
                        は<rp>(</rp><rt>wa</rt><rp>)</rp>
                        ばか<rp>(</rp><rt>baka</rt><rp>)</rp>
                </ruby>
        </q>
</p>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200222/a4892af0/attachment-0001.htm>


More information about the webkit-unassigned mailing list