qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Fix incorrect use of ARIA region role #13

Closed mwcampbell closed 2 years ago

mwcampbell commented 2 years ago
  1. The region ARIA role isn't appropriate for custom items. The best role we have for this is "img".
  2. There's no longer a default ARIA role for all elements where one isn't set. In particular, this means that a role is no longer set for text fields, where we use an actual HTML input element.
mwcampbell commented 2 years ago

This was premature. I'm going to do more work on custom item support before submitting this upstream.