Add compat data for HTMLCanvasElement#880
Conversation
Elchi3
left a comment
There was a problem hiding this comment.
Well done, thanks!
Left some comments inline for you to fix.
| "deprecated": false | ||
| } | ||
| }, | ||
| "webgl context": { |
There was a problem hiding this comment.
This and the following are not nested under getContext which seems to be missing.
| }, | ||
| "chrome": { | ||
| "version_added": "9", | ||
| "notes": "Chrome 9 and Firefox 3.6 initially implemented this as <code>experimental-webgl</code>. Since Chrome 33 and Firfox 24 it is implemented as the standard <code>webgl</code>." |
There was a problem hiding this comment.
Please only talk about Chrome here, use version ranges, and the alternative_name property.
| }, | ||
| "edge": { | ||
| "version_added": true, | ||
| "notes": "Edge, Internet Explorer 11, WebKit 5.1 and Firefox Mobile implemented this as <code>experimental-webgl</code>." |
There was a problem hiding this comment.
This could be alternative_name without a note.
| "firefox": [ | ||
| { | ||
| "version_added": "3.6", | ||
| "notes": "Chrome 9 and Firefox 3.6 initially implemented this as <code>experimental-webgl</code>. Since Chrome 33 and Firfox 24 it is implemented as the standard <code>webgl</code>." |
There was a problem hiding this comment.
Please only talk about Firefox here, use version ranges, and the alternative_name property.
| ], | ||
| "firefox_android": { | ||
| "version_added": true, | ||
| "notes": "Edge, Internet Explorer 11, WebKit 5.1 and Firefox Mobile implemented this as <code>experimental-webgl</code>." |
There was a problem hiding this comment.
This could be alternative_name without a note.
| "status": { | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": true |
| "status": { | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": true |
| "status": { | ||
| "experimental": true, | ||
| "standard_track": false, | ||
| "deprecated": true |
| }, | ||
| "firefox": { | ||
| "version_added": "44", | ||
| "notes": "This feature is behind a feature preference setting. In about:config, set <code>gfx.offscreencanvas.enabled</code> to <code>true</code>." |
| }, | ||
| "firefox_android": { | ||
| "version_added": "4", | ||
| "notes": "This feature is behind a feature preference setting. In about:config, set <code>gfx.offscreencanvas.enabled</code> to <code>true</code>." |
| ] | ||
| }, | ||
| "firefox_android": { | ||
| "version_added": "4", |
| "deprecated": false | ||
| } | ||
| }, | ||
| "Image quality parameter": { |
There was a problem hiding this comment.
No spaces in the identifier; please add a description.
|
done and done :) |
No description provided.