In the "Using custom elements" guide and related pages, add a disclaimer that WebKit does not plan to support Customized built-in elements #30968
Labels
area: Web Components
Content:WebAPI
Web API docs
effort: small
This task is a small effort.
help wanted
If you know something about this topic, we would love your help!
needs BCD update
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements
What specific section or headline is this issue about?
Types of custom element
What information was incorrect, unhelpful, or incomplete?
The guide does not warn users that using Customized Built-in Elements currently does not work on WebKit-based browsers, and that it won't change for now because the WebKit team is refuting this part of the Web Components spec.
Also, on the "CustomElementRegistry.prototype.define()" page, the compatibility section does show the
define
method as fully supported by Safari (both desktop and mobile).What did you expect to see?
In the "Using custom elements" guide, part "Types of custom element": a disclaimer panel indicating that this type of custom elements is currently not supported by WebKit-based browsers.
In the "CustomElementRegistry.prototype.define()" page, part "Browser compatibility": a dedicated row for the
{ extend: 'tagName' }
option's compatibility, indicating WebKit's missing support.Do you have any supporting links, references, or citations?
https://bugs.webkit.org/show_bug.cgi?id=182671
WebKit/standards-positions#97
WICG/webcomponents#509
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: