<html>
<head>
<base href="https://bugs.webkit.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when @aria-modal is used"
href="https://bugs.webkit.org/show_bug.cgi?id=169929">169929</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when @aria-modal is used
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Accessibility
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jcraig@apple.com
</td>
</tr>
<tr>
<th>CC</th>
<td>webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=305036" name="attach_305036" title="screen shot">attachment 305036</a> <a href="attachment.cgi?id=305036&action=edit" title="screen shot">[details]</a></span>
screen shot
AX: WebKit does not exclude ::before/::after pseudo-elements from AX API when @aria-modal is used
1. Load: <a href="http://w3c.github.io/aria-practices/examples/dialog-modal/dialog.html">http://w3c.github.io/aria-practices/examples/dialog-modal/dialog.html</a>
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"; }</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>