-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Closed
Copy link
Labels
ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: tableChanges related to the table.Changes related to the table.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Description
Summary 💡
For table accessibility, when component="..." is specified to Table family components, it'd be better to render role="..." prop.
Examples 🌈
<Table component="div" /> will be <div role="table"></div>.
Motivation 🔦
I want to make the entire row <a> tag to support some browser features like drag-and-drop link and new tab shortcut (cmd+click).
Metadata
Metadata
Assignees
Labels
ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: tableChanges related to the table.Changes related to the table.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.