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

Clarifications regarding accessibility and display: contents #6458

Merged
merged 2 commits into from
Sep 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions features-json/css-display-contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@
"15.4":"a #2",
"15.5":"a #2",
"15.6":"a #2",
"16.0":"a #2",
"16.1":"a #2",
"TP":"a #2"
"16.0":"y #4 #5",
"16.1":"y #5",
"TP":"y #5"
},
"opera":{
"9":"n",
Expand Down Expand Up @@ -433,8 +433,8 @@
"15.4":"a #2",
"15.5":"a #2",
"15.6":"a #2",
"16.0":"y",
"16.1":"y"
"16.0":"y #4 #5",
"16.1":"y #5"
},
"op_mini":{
"all":"n"
Expand Down Expand Up @@ -506,9 +506,12 @@
},
"notes":"",
"notes_by_num":{
"1":"Enabled in Chrome through the \"experimental Web Platform features\" flag in chrome://flags",
"2":"Partial support refers to [severe implementation bug](https://hiddedevries.nl/en/blog/2018-04-21-more-accessible-markup-with-display-contents) that renders the content inaccessible.",
"3":"Safari support is buggy, see [WebKit bug 188259](https://bugs.webkit.org/show_bug.cgi?id=188259) & [WebKit bug 193567](https://bugs.webkit.org/show_bug.cgi?id=193567)"
"1":"Enabled through the \"experimental Web Platform features\" flag in `chrome://flags`.",
"2":"Partial support refers to [severe implementation bug](https://hiddedevries.nl/en/blog/2018-04-21-more-accessible-markup-with-display-contents) that renders content inaccessible.",
"3":"Buggy support. See [188259](https://bugs.webkit.org/show_bug.cgi?id=188259) and [193567](https://bugs.webkit.org/show_bug.cgi?id=193567)",
"4":"Buttons are not accessible with `display: contents` applied. See [243486](https://bugs.webkit.org/show_bug.cgi?id=243486)",
"5":"HTML Tables are not accessible with `display: contents` applied. See [239479](https://bugs.webkit.org/show_bug.cgi?id=239479) and [239478](https://bugs.webkit.org/show_bug.cgi?id=239478)"

},
"usage_perc_y":75.41,
"usage_perc_a":19.9,
Expand Down