Skip to content

Commit

Permalink
Update standards data in CanvasRenderingContext2D.json (#2553)
Browse files Browse the repository at this point in the history
This property (back reference to the canvas creating the context) should be pretty standard and cross-browser compatible :)
- It's supported in all major browsers
- https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-canvas
  • Loading branch information
epistemex authored and ddbeck committed Aug 2, 2018
1 parent 3139ae1 commit 128fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"status": {
"experimental": false,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
Expand Down

0 comments on commit 128fb6a

Please sign in to comment.