Bug 273325 - AX: Support for new ARIA roles sectionheader and sectionfooter
Summary: AX: Support for new ARIA roles sectionheader and sectionfooter
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-26 09:48 PDT by valerie young
Modified: 2024-08-03 13:14 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description valerie young 2024-04-26 09:48:49 PDT
Request to implement the new ARIA roles sectionheader and sectionfooter.

You can see the change introducing the new roles here: https://github.com/w3c/aria/pull/1931
The CORE-AAM mappings here: https://github.com/w3c/core-aam/pull/207
And the WPT tests here: https://github.com/web-platform-tests/wpt/pull/45916

Per the ARIA working groups new process from the last year, we are seeking implementation experience and implementation feedback on new features before we land them in the editors draft for ARIA 1.4.
Comment 1 Radar WebKit Bug Importer 2024-04-26 09:49:01 PDT
<rdar://problem/127119395>
Comment 2 James Craig 2024-08-01 16:24:40 PDT
Question here about whether there should be a new AXSubrole. I've requested the PR be held until that decision is made. 

https://github.com/w3c/aria/pull/1931#pullrequestreview-2214216388
Comment 3 James Craig 2024-08-03 13:14:51 PDT
Resolution of that discussion was new AXSubroles:
 - AXSectionHeader
 - AXSectionFooter

Not to be confused with <header> (banner) and <footer> (contentinfo).