Bug 257142
| Summary: | AX: Implement aria-rowindextext and aria-colindextext | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ahmad.saleem792, andresg_22, bdusek, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar, WPTImpact |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
James Craig
AX: Implement aria-rowindextext and aria-colindextext
https://w3c.github.io/aria/#aria-rowindextext
https://w3c.github.io/aria/#aria-colindextext
Several failing WPT IDLharness tests here:
https://wpt.fyi/results/wai-aria/idlharness.window.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109669421>
James Craig
Discussed and agreed to use
- AXColumnIndexDescription
- AXRowIndexDescription
Core-AAM spec PR is here:
https://github.com/w3c/aria/pull/2344
Downstream VO/etc support is still pending, but apparently JAWS, NVDA, and Orca all have support for this attr now.
Boris Dušek
I think the correct Core-AAM spec is rather this one :-) :
https://github.com/w3c/aria/pull/2362
Boris Dušek
Pull request: https://github.com/WebKit/WebKit/pull/48864
EWS
Committed 298210@main (5cb921272c01): <https://commits.webkit.org/298210@main>
Reviewed commits have been landed. Closing PR #48864 and removing active labels.