Closed
Bug 1293844
(stylo-shadow)
Opened 8 years ago
Closed 7 years ago
[meta] stylo: Shadow DOM support
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: bholley, Unassigned)
References
Details
I'm splitting this out from the discussions for handling other types of anonymous content (bug 1292662). This is lower priority than that stuff, since shadow DOM support is probably involved than XBL and NAC support, and fewer of our tests depend on it.
This is the part of the spec that is most relevant to us: https://www.w3.org/TR/css-scoping-1/#shadow-dom
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Priority: P3 → P5
Updated•7 years ago
|
Comment 1•7 years ago
|
||
We don't have Shadow DOM v1 implementation, so at least the Shadow DOM part of this bug shouldn't block shipping stylo.
XBL and NAC need to be supported well enough.
Comment 2•7 years ago
|
||
Bobby, is this Shadow DOM bug still relevant? Do we need XBL and NAC support if we are not using Stylo for chrome? (bug 1294570)
Flags: needinfo?(bobbyholley)
Summary: stylo: Shadow DOM support → stylo: Shadow DOM support (and XBL and NAC support?)
Reporter | ||
Comment 3•7 years ago
|
||
We already support XBL and NAC. We'll need shadow DOM support at some point but we don't ship shadow DOM yet, so it doesn't block shipping in 57.
Flags: needinfo?(bobbyholley)
Summary: stylo: Shadow DOM support (and XBL and NAC support?) → stylo: Shadow DOM support
Updated•7 years ago
|
Blocks: shadowdom-initial-release
Comment 4•7 years ago
|
||
(In reply to Bobby Holley (:bholley) (busy with Stylo) from comment #0)
> This is the part of the spec that is most relevant to us:
> https://www.w3.org/TR/css-scoping-1/#shadow-dom
The one above is for shadow DOM v0 and outdated. The latest spec for shadow DOM v1 is
https://drafts.csswg.org/css-scoping/#intro.
Note '>>>' combinator [1] is still under discussion and requires consensus [2][3].
[1] https://drafts.csswg.org/css-scoping/#deep-combinator
[2] https://github.com/w3c/csswg-drafts/issues/640
[3] https://github.com/w3c/webcomponents/issues/78
Comment 5•7 years ago
|
||
As reference, some illustration that what styling of shadow DOM v1 expects.
https://developers.google.com/web/fundamentals/web-components/shadowdom#styling
Updated•7 years ago
|
Blocks: shadowdom-layout
Updated•7 years ago
|
No longer blocks: shadowdom-initial-release
Updated•7 years ago
|
Alias: stylo-shadow
Updated•7 years ago
|
Comment 6•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
status-firefox57:
--- → wontfix
Updated•7 years ago
|
Summary: stylo: Shadow DOM support → [meta] stylo: Shadow DOM support
Comment 7•7 years ago
|
||
I don't think it's worth keeping this open. Stylo supports Shadow DOM now. Specific issues should be filed against bug 1405937.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•