Bug 230687
Summary: | AX: aria-level is no longer supported on grid or tablist in ARIA 1.2 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joanmarie Diggs <jdiggs> |
Component: | Accessibility | Assignee: | Joanmarie Diggs <jdiggs> |
Status: | NEW | ||
Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | Linux |
Joanmarie Diggs
Steps to reproduce:
1. Load `data:text/html,<div role='grid' aria-level='2'>...</div>`
2. View the element using Accerciser
Expected results: The level of the grid would not be exposed because in ARIA 1.2 aria-level stopped being a supported property on grid and tablist. The spec also states:
> User agents MUST ignore non-global states and properties used on an element without a role supporting the state or property
Actual results: The level is exposed.
It doesn't seem to be exposed in Safari. Also, removing the role completely doesn't stop the exposure. So we're presumably just passing it along all the time in ATK.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83443317>