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 early support for CanvasGradient and CanvasPattern #17794

Merged
merged 1 commit into from
Sep 19, 2022
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
16 changes: 6 additions & 10 deletions api/CanvasGradient.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#canvasgradient",
"support": {
"chrome": {
"version_added": "6"
"version_added": "1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm hoping this will be confirmed by foolip/mdn-bcd-collector#2334 but I don't have Chrome 1 to test with myself.

},
"chrome_android": "mirror",
"edge": {
Expand All @@ -30,13 +30,11 @@
"version_added": "10.1"
},
"safari": {
"version_added": "5.1"
"version_added": "2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "3"
}
"webview_android": "mirror"
},
"status": {
"experimental": false,
Expand All @@ -50,7 +48,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasgradient-addcolorstop-dev",
"support": {
"chrome": {
"version_added": "6"
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
Expand All @@ -71,13 +69,11 @@
"version_added": "10.1"
},
"safari": {
"version_added": "5.1"
"version_added": "2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "3"
}
"webview_android": "mirror"
},
"status": {
"experimental": false,
Expand Down
10 changes: 3 additions & 7 deletions api/CanvasPattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@
"version_added": "10.1"
},
"safari": {
"version_added": "≤4"
},
"safari_ios": {
"version_added": "1"
"version_added": "2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "≤37"
}
"webview_android": "mirror"
},
"status": {
"experimental": false,
Expand Down