[Webkit-unassigned] [Bug 169929] New: AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when @aria-modal is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 21 15:31:03 PDT 2017


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

            Bug ID: 169929
           Summary: AX: WebKit does not exclude ::before/::after
                    pseudo-elements from AX API when @aria-modal is used
           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: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 305036

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

screen shot

AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when @aria-modal is used


1. Load: http://w3c.github.io/aria-practices/examples/dialog-modal/dialog.html
2. Press the "Add Delivery Address" button.
3. Stop interacting with the modal dialog.
4. Navigate to a bunch of random quotation marks.

In this case, the Q element <q>foo</q> renders its quotation marks as ::before/::after pseudo elements exposed by the render tree, not the DOM.

Note: test cases should include:

1. Default generated content like the quotation marks in <q>foo</q> 
2. Author-generated text content: div::before { content: "foo"; }
3. Author-generated alt content: div::after { content: url(img.png); alt: "alt"; }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170321/cb820e85/attachment.html>


More information about the webkit-unassigned mailing list