10BC0 Correction: datalist attr allowances by scottaohara · Pull Request #383 · w3c/html-aria · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Correction: datalist attr allowances
closes #382
Removes the allowances of `aria-*` attributes from `datalist` as they are not actually respected / exposed to users.

---

Need two conformance checkers to accept or indicate commitment to this change before it can be merged:

- [ ] [html validator (need to file issue)](https://github.com/validator/validator/issues/)
- [ ] [ibm equal access accessibility checker (need to file issue)](https://github.com/IBMa/equal-access/issues/)
- [ ] [axe-core (need to file issue)](https://github.com/dequelabs/axe-core/issues)
- [ ] [arc toolkit (need to file issue)](https://github.com/ThePacielloGroup/WAI-ARIA-Usage/issues)
  • Loading branch information
scottaohara authored Dec 4, 2021
commit 37663db48e7e0dd3209032030dbaeb60f28f4d07
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -686,14 +686,11 @@ <h2 id="docconformance">
<code>role=<a href="#index-aria-listbox">listbox</a></code>
</td>
<td>
<p>
<strong class="nosupport">No `role`</strong>
</p>
<p>
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the
<a href="#index-aria-listbox">`listbox`</a> role.
</p>
<div class="proposed correction">
<p>
<strong class="nosupport">No `role` or `aria-*` attributes</strong>
</p>
</div>
</td>
</tr>
<tr id="el-dd" tabindex="-1">
Expand Down
0