[Webkit-unassigned] [Bug 230687] New: AX: aria-level is no longer supported on grid or tablist in ARIA 1.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 05:32:09 PDT 2021


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

            Bug ID: 230687
           Summary: AX: aria-level is no longer supported on grid or
                    tablist in ARIA 1.2
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210923/5b286adc/attachment.htm>


More information about the webkit-unassigned mailing list