WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
169929
AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when @aria-modal is used
https://bugs.webkit.org/show_bug.cgi?id=169929
Summary
AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when...
James Craig
Reported
2017-03-21 15:31:03 PDT
Created
attachment 305036
[details]
screen shot: VO cursor on gen content outside modal dialog 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"; }
Attachments
screen shot: VO cursor on gen content outside modal dialog
(203.34 KB, image/png)
2017-03-21 15:31 PDT
,
James Craig
no flags
Details
screen shot: web inspector
(222.69 KB, image/png)
2017-03-21 15:40 PDT
,
James Craig
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
James Craig
Comment 1
2017-03-21 15:34:38 PDT
Test case #3 will change once
bug 159022
is implemented.
James Craig
Comment 2
2017-03-21 15:40:14 PDT
Created
attachment 305037
[details]
screen shot: web inspector
Radar WebKit Bug Importer
Comment 3
2017-03-23 09:41:49 PDT
<
rdar://problem/31221250
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug