We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
PaintRenderingContext2D.filter is not in the spec (the CanvasFilters mixin is not included by PaintRenderingContext2D), and its implement is still under discussion (see w3c/css-houdini-drafts#1056, w3c/css-houdini-drafts#1022, w3c/css-houdini-drafts#398)
PaintRenderingContext2D.filter
CanvasFilters
PaintRenderingContext2D
No response
mark it as non-standard
confirmed by those external links
spec at https://drafts.css-houdini.org/css-paint-api/#paintrenderingcontext2d
see also mdn/content#36830
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
PaintRenderingContext2D.filter
is not in the spec (theCanvasFilters
mixin is not included byPaintRenderingContext2D
), and its implement is still under discussion (see w3c/css-houdini-drafts#1056, w3c/css-houdini-drafts#1022, w3c/css-houdini-drafts#398)What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
mark it as non-standard
Did you test this? If so, how?
confirmed by those external links
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
spec at https://drafts.css-houdini.org/css-paint-api/#paintrenderingcontext2d
Do you have anything more you want to share?
see also mdn/content#36830
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: