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 Chrome/Safari data for image-set() #22912

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
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
20 changes: 19 additions & 1 deletion css/properties/background-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,14 @@
},
{
"prefix": "-webkit-",
"version_added": "21"
"version_added": "113"
},
{
"prefix": "-webkit-",
"version_added": "20",
"version_removed": "113",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
Copy link
Collaborator

Choose a reason for hiding this comment

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

I nearly suggested rewriting this note wholesale, but then I saw that you're copying an existing one. Letting it stand for consistency. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Feel free to rewrite them all in a separate PR :)

}
],
"chrome_android": "mirror",
Expand All @@ -195,9 +202,20 @@
{
"version_added": "14"
},
{
"prefix": "-webkit-",
"version_added": "14"
},
{
"version_added": "10.1",
"version_removed": "14",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
},
{
"prefix": "-webkit-",
"version_added": "6",
"version_removed": "14",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
}
Expand Down
44 changes: 38 additions & 6 deletions css/properties/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,22 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/image-set",
"spec_url": "https://drafts.csswg.org/css-images-4/#image-set-notation",
"support": {
"chrome": {
"version_added": "113"
},
"chrome": [
{
"version_added": "113"
},
{
"prefix": "-webkit-",
"version_added": "113"
},
{
"prefix": "-webkit-",
"version_added": "20",
"version_removed": "113",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand All @@ -172,9 +185,28 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
},
"safari": [
{
"version_added": "14"
},
{
"prefix": "-webkit-",
"version_added": "14"
},
{
"version_added": "10.1",
"version_removed": "14",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
},
{
"prefix": "-webkit-",
"version_added": "6",
"version_removed": "14",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
Expand Down
20 changes: 19 additions & 1 deletion css/types/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,14 @@
},
{
"prefix": "-webkit-",
"version_added": "21"
"version_added": "113"
},
{
"prefix": "-webkit-",
"version_added": "20",
"version_removed": "113",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
}
],
"chrome_android": "mirror",
Expand Down Expand Up @@ -1925,9 +1932,20 @@
{
"version_added": "14"
},
{
"prefix": "-webkit-",
"version_added": "14"
},
{
"version_added": "10.1",
"version_removed": "14",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
},
{
"prefix": "-webkit-",
"version_added": "6",
"version_removed": "14",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit."
}
Expand Down