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 Safari srcset usage #6791

Merged
merged 2 commits into from
Aug 12, 2023
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
111 changes: 56 additions & 55 deletions features-json/srcset.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,33 +333,33 @@
"7":"n",
"7.1":"a #2",
"8":"a #2",
"9":"y",
"9.1":"y",
"10":"y",
"10.1":"y",
"11":"y",
"11.1":"y",
"12":"y",
"12.1":"y",
"13":"y",
"13.1":"y",
"14":"y",
"14.1":"y",
"15":"y",
"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",
"16.6":"y",
"17":"y",
"TP":"y"
"9":"a #4",
"9.1":"a #4",
"10":"a #4",
"10.1":"a #4",
"11":"a #4",
"11.1":"a #4",
"12":"a #4",
"12.1":"a #4",
"13":"a #4",
"13.1":"a #4",
"14":"a #4",
"14.1":"a #4",
"15":"a #4",
"15.1":"a #4",
"15.2-15.3":"a #4",
"15.4":"a #4",
"15.5":"a #4",
"15.6":"a #4",
"16.0":"a #4",
"16.1":"a #4",
"16.2":"a #4",
"16.3":"a #4",
"16.4":"a #4",
"16.5":"a #4",
"16.6":"a #4",
"17":"a #4",
"TP":"a #4"
},
"opera":{
"9":"n",
Expand Down Expand Up @@ -468,33 +468,33 @@
"7.0-7.1":"n",
"8":"a #2",
"8.1-8.4":"a #2",
"9.0-9.2":"y",
"9.3":"y",
"10.0-10.2":"y",
"10.3":"y",
"11.0-11.2":"y",
"11.3-11.4":"y",
"12.0-12.1":"y",
"12.2-12.5":"y",
"13.0-13.1":"y",
"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-15.7":"y",
"16.0":"y",
"16.1":"y",
"16.2":"y",
"16.3":"y",
"16.4":"y",
"16.5":"y",
"16.6":"y",
"17":"y"
"9.0-9.2":"a #4",
"9.3":"a #4",
"10.0-10.2":"a #4",
"10.3":"a #4",
"11.0-11.2":"a #4",
"11.3-11.4":"a #4",
"12.0-12.1":"a #4",
"12.2-12.5":"a #4",
"13.0-13.1":"a #4",
"13.2":"a #4",
"13.3":"a #4",
"13.4-13.7":"a #4",
"14.0-14.4":"a #4",
"14.5-14.8":"a #4",
"15.0-15.1":"a #4",
"15.2-15.3":"a #4",
"15.4":"a #4",
"15.5":"a #4",
"15.6-15.7":"a #4",
"16.0":"a #4",
"16.1":"a #4",
"16.2":"a #4",
"16.3":"a #4",
"16.4":"a #4",
"16.5":"a #4",
"16.6":"a #4",
"17":"a #4"
},
"op_mini":{
"all":"n"
Expand Down Expand Up @@ -572,7 +572,8 @@
"notes_by_num":{
"1":"Can be enabled in Firefox by setting the about:config preference dom.image.srcset.enabled to true",
"2":"Supports the subset of the syntax for resolution switching (using the `x` descriptor), but not the full syntax that can be used with `sizes` (using the `w` descriptor).",
"3":"Intermittently displays distorted images due to bug present (see known issues)"
"3":"Intermittently displays distorted images due to bug present (see known issues)",
"4":"Does not support min/max expressions."
},
"usage_perc_y":95.83,
"usage_perc_a":0.01,
Expand Down