Skip to content

Commit

Permalink
Remove incorrect computed aspect ratio data (#16913)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald authored Jul 19, 2022
1 parent f51d89a commit 3c3838a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 138 deletions.
46 changes: 0 additions & 46 deletions html/elements/embed.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,52 +72,6 @@
}
}
},
"aspect_ratio_computed_from_attributes": {
"__compat": {
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
"support": {
"chrome": {
"version_added": "79"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "71"
},
{
"version_added": "69",
"version_removed": "71",
"flags": [
{
"type": "preference",
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"height": {
"__compat": {
"support": {
Expand Down
46 changes: 0 additions & 46 deletions html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,52 +237,6 @@
}
}
},
"aspect_ratio_computed_from_attributes": {
"__compat": {
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
"support": {
"chrome": {
"version_added": "79"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "71"
},
{
"version_added": "69",
"version_removed": "71",
"flags": [
{
"type": "preference",
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"external_protocol_urls_blocked": {
"__compat": {
"description": "External protocol URLs blocked",
Expand Down
46 changes: 0 additions & 46 deletions html/elements/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,52 +70,6 @@
}
}
},
"aspect_ratio_computed_from_attributes": {
"__compat": {
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
"support": {
"chrome": {
"version_added": "79"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "71"
},
{
"version_added": "69",
"version_removed": "71",
"flags": [
{
"type": "preference",
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"border": {
"__compat": {
"support": {
Expand Down

0 comments on commit 3c3838a

Please sign in to comment.