Bug 134027
Summary: | AX: hr element not exposed with a separator role | ||
---|---|---|---|
Product: | WebKit | Reporter: | Steve Faulkner <faulkner.steve> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED DUPLICATE | ||
Severity: | Normal | CC: | cfleizach, jcraig, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Steve Faulkner
HTML5 requires that the hr element is exposed in browsers with an ARIA role=separator. This maps to AXSplitter in AX . Currently the hr element is not exposed AX
HTML5 WAI-ARIA section http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-strong-native-semantics
WAI-ARIA implementation guide role mapping table: http://www.w3.org/WAI/PF/aria-implementation/#mapping_role_table
hr element definition HTML5 http://www.w3.org/html/wg/drafts/html/master/grouping-content.html#the-hr-element
test case: http://stevefaulkner.github.io/html-mapping-tests/browser-tests/hr.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/17358757>
James Craig
This is a dupe, which I thought was fixed already. Steve’s site says he’s been testing Safari 7, so this report may already be fixed in the nightlies.
chris fleizach
*** This bug has been marked as a duplicate of bug 109015 ***
Steve Faulkner
(In reply to comment #2)
> This is a dupe, which I thought was fixed already. Steve’s site says he’s been testing Safari 7, so this report may already be fixed in the nightlies.
great thanks have updated:
http://stevefaulkner.github.io/html-mapping-tests/