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

Update inline-block.json for Safari bugs #6731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
29 changes: 15 additions & 14 deletions features-json/inline-block.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,19 +465,19 @@
"13.2":"y",
"13.3":"y",
"13.4-13.7":"y",
"14.0-14.4":"y",
"14.5-14.8":"y",
"15.0-15.1":"y",
"15.2-15.3":"y",
"15.4":"y",
"15.5":"y",
"15.6":"y",
"16.0":"y",
"16.1":"y",
"16.2":"y",
"16.3":"y",
"16.4":"y",
"16.5":"y"
"14.0-14.4":"a #2",
"14.5-14.8":"a #2",
"15.0-15.1":"a #2",
"15.2-15.3":"a #2",
"15.4":"a #2",
"15.5":"a #2",
"15.6":"a #2",
"16.0":"a #2",
"16.1":"a #2",
"16.2":"a #2",
"16.3":"a #2",
"16.4":"a #2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

****GIWA

"16.5":"a #2"
},
"op_mini":{
"all":"y"
Expand Down Expand Up @@ -553,7 +553,8 @@
},
"notes":"",
"notes_by_num":{
"1":"Only supported in IE6 and IE7 on elements with a display of \"inline\" by default. [Alternative properties](http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/) are available to provide complete cross-browser support."
"1":"Only supported in IE6 and IE7 on elements with a display of \"inline\" by default. [Alternative properties](http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/) are available to provide complete cross-browser support.",
"2":"Safari 14 through 16 (and probably earlier versions) with VoiceOver give incorrect column counts, give incorrect column position, and give incorrect column headers when tables that have `display: inline-block` on the `<tr>`s [257458](https://bugs.webkit.org/show_bug.cgi?id=257458)."
},
"usage_perc_y":99.95,
"usage_perc_a":0.03,
Expand Down