-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds <canvas>
HTML element
#1365
Conversation
Note: also removes `api.HTMLCanvasElement.transferControlToOffscreen` from the Off Screen Canvas file because that property is part of the canvas element.
@petele I think It's quite common for an API to have small bits on interfaces that mostly belong to another feature in this way. For example, https://w3c.github.io/selection-api/ has |
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com> Co-authored-by: Philip Jägenstedt <philip@foolip.org>
integrated feedback |
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
Adds HTML
<canvas>
element