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 css-grid.json for Safari bugs #6729

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/css-grid.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,19 +479,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 #5",
"14.5-14.8":"a #5",
"15.0-15.1":"a #5",
"15.2-15.3":"a #5",
"15.4":"a #5",
"15.5":"a #5",
"15.6":"a #5",
"16.0":"a #5",
"16.1":"a #5",
"16.2":"a #5",
"16.3":"a #5",
"16.4":"a #5",
"16.5":"a #5"
},
"op_mini":{
"all":"n"
Expand Down Expand Up @@ -570,7 +570,8 @@
"1":"Enabled in Chrome through the \"experimental Web Platform features\" flag in chrome://flags",
"2":"Partial support in IE refers to supporting an [older version](https://www.w3.org/TR/2011/WD-css3-grid-layout-20110407/) of the specification.",
"3":"Enabled in Firefox through the `layout.css.grid.enabled ` flag",
"4":"There are some bugs with overflow ([1356820](https://bugzilla.mozilla.org/show_bug.cgi?id=1356820), [1348857](https://bugzilla.mozilla.org/show_bug.cgi?id=1348857), [1350925](https://bugzilla.mozilla.org/show_bug.cgi?id=1350925))"
"4":"There are some bugs with overflow ([1356820](https://bugzilla.mozilla.org/show_bug.cgi?id=1356820), [1348857](https://bugzilla.mozilla.org/show_bug.cgi?id=1348857), [1350925](https://bugzilla.mozilla.org/show_bug.cgi?id=1350925))",
"5":"Safari 14 through 16, and probably earlier versions, will not allow VoiceOver swipe or read-all navigation of tables that have `display: grid` on the `<tr>`s [257458](https://bugs.webkit.org/show_bug.cgi?id=257458)."
},
"usage_perc_y":96.49,
"usage_perc_a":0.43,
Expand Down