Skip to content

Commit

Permalink
Sort features in html/* (mdn#4411)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jul 1, 2019
1 parent 2a69aca commit 1b44969
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 492 deletions.
74 changes: 37 additions & 37 deletions html/elements/canvas.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,107 +117,107 @@
}
}
},
"moz-opaque": {
"width": {
"__compat": {
"support": {
"chrome": {
"version_added": false
"version_added": "1"
},
"chrome_android": {
"version_added": false
"version_added": "18"
},
"edge": {
"version_added": false
"version_added": true
},
"firefox": {
"version_added": "3.5"
"version_added": "1.5",
"notes": [
"Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.",
"Prior to Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.",
"Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead."
]
},
"firefox_android": {
"version_added": "4"
"version_added": "4",
"notes": [
"Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.",
"Prior to Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.",
"Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead."
]
},
"ie": {
"version_added": false
"version_added": "9"
},
"opera": {
"version_added": false
"version_added": "9"
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
"version_added": "2",
"notes": "Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Versions of Safari prior to version 2 will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it."
},
"safari_ios": {
"version_added": false
"version_added": "1"
},
"samsunginternet_android": {
"version_added": false
"version_added": true
},
"webview_android": {
"version_added": false
"version_added": "37"
}
},
"status": {
"experimental": false,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
},
"width": {
"moz-opaque": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
"version_added": false
},
"chrome_android": {
"version_added": "18"
"version_added": false
},
"edge": {
"version_added": true
"version_added": false
},
"firefox": {
"version_added": "1.5",
"notes": [
"Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.",
"Prior to Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.",
"Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead."
]
"version_added": "3.5"
},
"firefox_android": {
"version_added": "4",
"notes": [
"Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.",
"Prior to Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.",
"Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead."
]
"version_added": "4"
},
"ie": {
"version_added": "9"
"version_added": false
},
"opera": {
"version_added": "9"
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "2",
"notes": "Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Versions of Safari prior to version 2 will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it."
"version_added": false
},
"safari_ios": {
"version_added": "1"
"version_added": false
},
"samsunginternet_android": {
"version_added": true
"version_added": false
},
"webview_android": {
"version_added": "37"
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": false
}
}
Expand Down
94 changes: 47 additions & 47 deletions html/elements/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,53 +95,6 @@
}
}
},
"accept-charset": {
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": true
},
"firefox": {
"version_added": true
},
"firefox_android": {
"version_added": true
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"action": {
"__compat": {
"support": {
Expand Down Expand Up @@ -518,6 +471,53 @@
"deprecated": false
}
}
},
"accept-charset": {
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": true
},
"firefox": {
"version_added": true
},
"firefox_android": {
"version_added": true
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
Loading

0 comments on commit 1b44969

Please sign in to comment.