Skip to content

Commit

Permalink
clarified a11y issue is not universal. (mdn#25591)
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Mar 24, 2023
1 parent c6e1b00 commit 17d82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/display/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Current implementations in some browsers will remove from the [accessibility tre

### Tables

Changing the `display` value of a {{HTMLElement("table")}} element to `block`, `grid`, or `flex` will alter its representation in the [accessibility tree](/en-US/docs/Learn/Accessibility/What_is_accessibility#accessibility_apis). This will cause the table to no longer be announced properly by screen reading technology.
In some browsers, changing the `display` value of a {{HTMLElement("table")}} element to `block`, `grid`, or `flex` will alter its representation in the [accessibility tree](/en-US/docs/Learn/Accessibility/What_is_accessibility#accessibility_apis). This will cause the table to no longer be announced properly by screen reading technology.

- [Short note on what CSS display properties do to table semantics — The Paciello Group](https://www.tpgi.com/short-note-on-what-css-display-properties-do-to-table-semantics/)
- [Hidden content for better a11y | Go Make Things](https://gomakethings.com/hidden-content-for-better-a11y/)
Expand Down

0 comments on commit 17d82e9

Please sign in to comment.