Bug 91489

Summary: AuthorShadowDOM for fieldset element
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: 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    

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.