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

Remove calc()'s "<color> value support" entry #13486

Merged
merged 1 commit into from
Nov 12, 2021
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
50 changes: 2 additions & 48 deletions css/types/calc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{
"version_added": "16",
"notes": [
"Before Firefox 59 <code>calc()</code> is not supported in <code>rgb()</code> and other color functions.",
"Before Firefox 57 <code>calc(1*2*3)</code> is not parsed successfully.",
"Firefox 57 increased the number of places <code>calc()</code> could substitute another value. See <a href='https://bugzil.la/1350857'>bug 1350857</a>."
]
Expand All @@ -40,6 +41,7 @@
{
"version_added": "16",
"notes": [
"Before Firefox 59 <code>calc()</code> is not supported in <code>rgb()</code> and other color functions.",
"Before Firefox 57 <code>calc(1*2*3)</code> is not parsed successfully.",
"Firefox 57 increased the number of places <code>calc()</code> could substitute another value. See <a href='https://bugzil.la/1350857'>bug 1350857</a>."
]
Expand Down Expand Up @@ -96,54 +98,6 @@
"deprecated": false
}
},
"color_values": {
"__compat": {
"description": "<code>&lt;color&gt;</code> value support",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": "59"
},
"firefox_android": {
"version_added": "59"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "6"
},
"safari_ios": {
"version_added": "6"
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"gradient_color_stops": {
"__compat": {
"description": "Gradient color stops support",
Expand Down