w3c / aria

Accessible Rich Internet Applications (WAI-ARIA)
https://w3c.github.io/aria/
Other
645 stars 125 forks source link

do we need a focusable definition #1936

Open jnurthen opened 1 year ago

jnurthen commented 1 year ago

Followup from editors call: do we need a focusable definition

Defined(ish) in HTML and SVG - should we point to those definitions and how?

jnurthen commented 1 year ago

an example use case is in https://w3c.github.io/aria/#conflict_resolution_presentation_none

MarioBatusic commented 1 year ago

HTML gives a detailed but somewhat complex description of the focusable area. Furthermore there are some differences between browsers, in which situation is an element / area focusable and with wich method:

cookiecrook commented 11 months ago

Current PR doesn't include a lot of the items discussed as necessary in the original PR attempt: https://github.com/w3c/aria-common/pull/39

cookiecrook commented 11 months ago

FWIW, I'm not sure I agree that an ARIA definition of "focusable" counts as "editorial."

stes-acc commented 11 months ago

Android even adds up the term screenreader-focusable ;):

https://learn.microsoft.com/en-us/dotnet/api/android.views.view.screenreaderfocusable?view=xamarin-android-sdk-13

Well they mean the reading "focus" of Talkback, but annother example how widespread the term is used.

MarioBatusic commented 11 months ago

@cookiecrook writes in the comments to the old PR from 2020:

Clarifying: rather than making a new copy of the focusable definition in the ARIA spec, I think the ARIA definition should link to the HTML definition. I think that's what you intended, but I wanted to be clear.

Of course I studied all previous comments and I thought, we have only to informativly describe the concept of "focusable" and it would be enough to link to the colex and - I think - complete definition of "focusable" in the HTL spec. Why should we go into details in our glossary?