[Webkit-unassigned] [Bug 211545] New: AX: Accessibility object for <blockquote> is inconsistency unignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 19:28:11 PDT 2020


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

            Bug ID: 211545
           Summary: AX: Accessibility object for <blockquote> is
                    inconsistency unignored
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: taken.spc at gmail.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 398698

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

Test case

In some cases, accessibility object for <blockquote> is unintentionally ignored.

If <blockquote> is a leaf node, it's unignored (it is ok).

<blockquote>
This is quoted text and blockquote is not ignored.
</blockquote>

However, when <blockquote> isn't a leaf node, it's ignored.

<blockquote>
<p>This is quoted paragraph and blockquote is ignored.</p>
</blockquote>

Since <blockquote> can contain (almost) arbitrary content, it should not be ignored.

-- 
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/20200507/4b11479e/attachment.htm>


More information about the webkit-unassigned mailing list