Bug 91489 - AuthorShadowDOM for fieldset element
Summary: AuthorShadowDOM for fieldset element
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Web Components Team
URL:
Keywords:
Depends on: 91705
Blocks: 188643 82313
  Show dependency treegraph
 
Reported: 2012-07-17 04:01 PDT by Shinya Kawanaka
Modified: 2019-10-04 22:14 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-07-17 04:01:17 PDT
When we add an AuthorShadowDOM to fieldset element, it should be rendered correctly.
Comment 1 Simon Pieters (:zcorpan) 2018-08-15 01:04:53 PDT
https://dom.spec.whatwg.org/#dom-element-attachshadow disallows fieldset to be a shadow root, so this bug is now invalid.
Comment 2 Ryosuke Niwa 2019-10-04 22:14:55 PDT
We don't support this in V1 API.