w3c / core-aam

Core Accessibility API Mappings
https://w3c.github.io/core-aam/
39 stars 9 forks source link

ATK/AT-SPI2: Add "Object Attribute: text-input-type:search" to searchbox mapping #241

Open joanmarie opened 1 week ago

joanmarie commented 1 week ago

IA2 has "Object Attribute: text-input-type:search" in its mapping for searchbox. Adding this mapping for ATK/AT-SPI2 will increase consistency among platforms and with all the other text-input mappings in the HTML-AAM.

In addition, I (Orca maintainer) would like user agents to start applying that mapping to their find-in-page entries, so having it in the Core-AAM would be helpful. If need be, I can do the implementations in Chromium and Gecko so that you'll have your minimum two.

joanmarie commented 1 week ago

I filed a couple of issues in the meantime:

aleventhal commented 1 week ago

Already have a fix underway https://chromium-review.googlesource.com/c/chromium/src/+/6039710