Allow gridcell and treeitem roles on button elements · Issue #298 · w3c/html-aria (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@smhigley

Description

@smhigley

In the Rules of ARIA attribute usage by HTML element , <button> already allows every child role of composite widgets that manage focus except for tree and grid.

There are benefits in using <button> as a base of interaction in these widgets, such as:

Those benefits also apply to gridcells and treeitems, so it seems like it would be valuable to add those as well.

Happy to do a PR for this :)