Skip to content

Commit

Permalink
FF97 CSS basic-shape path() function enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 11, 2022
1 parent 66cfa7f commit a6a85f4
Showing 1 changed file with 40 additions and 24 deletions.
64 changes: 40 additions & 24 deletions css/types/basic-shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,30 +270,46 @@
"partial_implementation": true,
"notes": "Only supported on the <code>offset-path</code> property."
},
"firefox": {
"version_added": "63",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> and <code>offset-path</code> properties.",
"flags": [
{
"type": "preference",
"name": "layout.css.clip-path-path.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": {
"version_added": "63",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> and <code>offset-path</code> properties.",
"flags": [
{
"type": "preference",
"name": "layout.css.clip-path-path.enabled",
"value_to_set": "true"
}
]
},
"firefox": [
{
"version_added": "97",
"partial_implementation": true,
"notes": "It is supported on the <code>d</code> SVG presentation attribute, <code>clip-path</code> and <code>offset-path</code> properties."
},
{
"version_added": "63",
"version_removed": "97",
"partial_implementation": true,
"notes": "From version 91 it can be used on the <code>d</code> SVG presentation attribute. For earlier versions it is only supported on the <code>clip-path</code> and <code>offset-path</code> properties.",
"flags": [
{
"type": "preference",
"name": "layout.css.clip-path-path.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": [
{
"version_added": "97",
"partial_implementation": true,
"notes": "It is supported on the <code>d</code> SVG presentation attribute, <code>clip-path</code> and <code>offset-path</code> properties."
},
{
"version_added": "63",
"version_removed": "79",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> and <code>offset-path</code> properties.",
"flags": [
{
"type": "preference",
"name": "layout.css.clip-path-path.enabled",
"value_to_set": "true"
}
]
}
],
"ie": {
"version_added": false
},
Expand Down

0 comments on commit a6a85f4

Please sign in to comment.