elementRoles: related concepts vs. implicit semantics
See original GitHub issueCurrently a <select />
element will be mapped to the listbox
and combobox
role. This does not match the table of *default implicit ARIA semantics: https://www.w3.org/TR/html-aria/#el-select. It should map to either one depending on size/multiple.
It seems like the map is generated from related concepts but I think those aren’t necessarily equivalent. Or the html spec is incomplete.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
ARIA in HTML - W3C
The implicit ARIA semantics of these elemenets are defined in HTML AAM . Each language feature (element) in a cell in the first...
Read more >WAI-ARIA Roles - Accessibility - MDN Web Docs
ARIA roles provide semantic meaning to content, allowing screen readers and other tools to present and support interaction with object in a ...
Read more >(PDF) Sadie: Structural-semantics for accessibility and device ...
SADIe uses Semantic Web technologies, in particular ontologies, to explicate implicitly rendered information. The ontology consists of two parts. The first is ...
Read more >On Implicit and Explicit Semantics: Integration Issues in Proof ...
This paper is concerned with the explicit modelling of contexts as first-class citizens and illustrates concepts related to implicit and explicit semantics on ......
Read more >Implicit, Formal, and Powerful Semantics in Geoinformation
It is typically related to concepts and relationships between them that are not represented in a formal way but are embedded in multimedia...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing. Reopen if further discussion is needed.
@eps1lon I’m going to run though all of https://www.w3.org/TR/html-aria/#el-input-file right now and make the code match the spec.