Closed
Bug 1471948
Opened 7 years ago
Closed 6 years ago
Enable Custom Elements in release builds
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
No description provided.
Blocks: webcomponents
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Keywords: dev-doc-needed
Any specific reason why this depends on bug 1471947?
Assignee | ||
Comment 2•7 years ago
|
||
Because websites are broken if only custom elements or shadow DOM is enabled. They need to be both enabled or neither.
Updated•6 years ago
|
tracking-firefox63:
--- → +
Assignee | ||
Comment 3•6 years ago
|
||
This was done in bug 1471947
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Documentation updates:
Support notes updated in:
https://developer.mozilla.org/en-US/docs/Web/Web_Components
https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements
https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM
https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots
Note added to the Fx63 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/63#APIs
I checked the compat data for each feature of the APIs, and some helpful person has already updated it all. Nice!
Keywords: dev-doc-needed → dev-doc-complete
Actually, this still needs updating on https://platform-status.mozilla.org/#custom-elements and https://platform-status.mozilla.org/#shadow-dom.
See https://github.com/mozilla/platform-status/pull/545 for details.
Keywords: dev-doc-complete
Keywords: dev-doc-complete
html5test.com still shows Custom elements as not supported even on today's 63.0b3.
Assignee | ||
Comment 7•6 years ago
|
||
html5test.com seems to be testing v0 Custom Element API. That is blink only API, not in any specification anymore.
(In reply to rniestroj from comment #6)
> html5test.com still shows Custom elements as not supported even on today’s
> 63.0b3.
It will show up on https://html5test.com once they update to HTML5test version 9 (which is currently available at https://alpha.html5test.com/)
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•