web-platform-tests / interop-accessibility

Accessibility Testing for WPT
https://wpt.fyi/results/?q=label%3Aaccessibility
40 stars 5 forks source link

pulling tests that were added mid-year to Interop-tracked files (and have incomplete API support) #151

Open cookiecrook opened 1 day ago

cookiecrook commented 1 day ago

aria-rowindextext, aria-description, and aria-colindextext snuck into Interop 2024 mid-year in DOM reflection tests.

https://github.com/web-platform-tests/wpt/commit/b5d5522a1c152349e670e1a137df75af4ef0a6e7

Since WebKit doesn't implement those attrs and we've agreed that new engine failures should not be added to Interop mid-stream w/o vendor sign-off, I may move these to .tentative test files if there isn't time to implement the new feature in WebKit before the end of the year.

cookiecrook commented 1 day ago

Yes, aria-rowindextext and aria-colindextext should not have been added to WPT.

In addition to moving the Interop 2024 goal posts mid-year, they are new features in ARIA 1.3 that have no AT mappings on Mac. It makes no sense to pass the DOM refection test if these aren't implemented end-to-end.

I've raised an ARIA issue, too.

cookiecrook commented 1 day ago

It's also not clear if the new mappings do anything for JAWS, NVDA, or Orca either.

https://w3c.github.io/core-aam/#ariaColIndexText https://w3c.github.io/core-aam/#ariaRowIndexText

I've filed a Core-AAM issue, too.