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
mdn/content#31764 was filed about the wrong Baseline status shown on https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define
At least part of the problem is the builtin custom elements is included in the feature definition:
https://github.com/web-platform-dx/web-features/blob/2eed99ed8ff87533fe34c017fd192932f8c97e0a/feature-group-definitions/custom-elements.yml#L12C31-L12C54
We need either an editorial override, or to split builtin custom elements into a separate feature.
The text was updated successfully, but these errors were encountered:
We also need to think about what to do with :host-context() not being supported in Firefox.
:host-context()
Sorry, something went wrong.
CSS
::part()
This was made obsolete by #1089.
No branches or pull requests
mdn/content#31764 was filed about the wrong Baseline status shown on https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define
At least part of the problem is the builtin custom elements is included in the feature definition:
https://github.com/web-platform-dx/web-features/blob/2eed99ed8ff87533fe34c017fd192932f8c97e0a/feature-group-definitions/custom-elements.yml#L12C31-L12C54
We need either an editorial override, or to split builtin custom elements into a separate feature.
The text was updated successfully, but these errors were encountered: