Bug 91489
| Summary: | AuthorShadowDOM for fieldset element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
| Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | morrita, rniwa, zcorpan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 91705 | ||
| Bug Blocks: | 188643, 82313 | ||
Shinya Kawanaka
When we add an AuthorShadowDOM to fieldset element, it should be rendered correctly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Pieters (:zcorpan)
https://dom.spec.whatwg.org/#dom-element-attachshadow disallows fieldset to be a shadow root, so this bug is now invalid.
Ryosuke Niwa
We don't support this in V1 API.