We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The gridcell role is currently used in the datepicker for a single cell in the table.
gridcell
Since the table already has the role grid, any td element in it will automatically have the gridcell role according to the Accessibility API Mapping.
grid
td
I also checked in Chrome, that these automatic mapping of roles really worked.
The text was updated successfully, but these errors were encountered:
Remove redundant gridcell role (Fix elastic#12673)
4214b90
bc8f394
timroes
No branches or pull requests
The
gridcell
role is currently used in the datepicker for a single cell in the table.Since the table already has the role
grid
, anytd
element in it will automatically have thegridcell
role according to the Accessibility API Mapping.I also checked in Chrome, that these automatic mapping of roles really worked.
The text was updated successfully, but these errors were encountered: