You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes that is the intention. There was originally a pull request for the HTML spec for this (but didn't make it in as only 1 impl at the time). I believe there is an issue in houdini drafts to "patch" the HTML spec in the paint API for this. But I'll keep this issue open until I do this.
In https://drafts.css-houdini.org/css-paint-api-1/#drawing-a-cssimagevalue we have:
The spec doesn't say what to do in the cases where the HTML spec matches on
CanvasImageSource
values, for example https://html.spec.whatwg.org/multipage/canvas.html#the-image-argument-is-not-origin-clean.Is the intention that such cases should always be treated in the same way as
HTMLOrSVGImageElement
?The text was updated successfully, but these errors were encountered: