Skip to content
New issue

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

[Editorial] - [d0f69e] Table header cell has assigned cells - Passed Example 2-4 improvement (acc name) #2267

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

giacomo-petri
Copy link
Collaborator

Closes issue(s): #2266

Description:

This PR adds the required acc name to the elements with explicit table and grid roles.
from
<div role="table">
and
<table role="grid">

to
<div role="table" aria-label="Temperatures">
and
<table role="grid" aria-label="Meal times">

Need for Call for Review:

This can be merged with 1 approval

@giacomo-petri giacomo-petri added the Editorial For editorial changes that does not change the meaning of a rule or Glossary term label Feb 1, 2025
@giacomo-petri giacomo-petri changed the title Update table-header-cell-has-assigned-cells-d0f69e.md [Editorial] - [d0f69e] Table header cell has assigned cells - Passed Example 2-4 improvement (acc name) Feb 1, 2025
@giacomo-petri

This comment was marked as outdated.

@giacomo-petri giacomo-petri added Review call 2 weeks Call for review for new rules and big changes Review Call 1 week Call for review for small changes Editorial For editorial changes that does not change the meaning of a rule or Glossary term and removed Review call 2 weeks Call for review for new rules and big changes Editorial For editorial changes that does not change the meaning of a rule or Glossary term reviewers wanted Review Call 1 week Call for review for small changes labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editorial For editorial changes that does not change the meaning of a rule or Glossary term
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants