Bug 77937 - FormControlElement (ValidationMessage) shouldn't recreate a shadow root.
Summary: FormControlElement (ValidationMessage) shouldn't recreate a shadow root.
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: 90866 91167
Blocks: 82313
  Show dependency treegraph
 
Reported: 2012-02-06 22:34 PST by Shinya Kawanaka
Modified: 2019-10-04 22:12 PDT (History)
4 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-02-06 22:34:36 PST
It's difficult to support multiple shadow subtrees if a shadow root is recreated.
We should change this.
Comment 1 Hajime Morrita 2012-05-28 17:15:00 PDT
Looks like no longer sense. closing.
Comment 3 Hajime Morrita 2012-05-30 18:16:15 PDT
(In reply to comment #2)
> This bug is still mentioned here: http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/dom/ShadowRoot.cpp&exact_package=chromium&q=allowsAuthorShadowRoot&type=cs&l=75
> 
> Can we remove the check now?
No, and I was wrong.
I thought we no longer needed to care about this.
But actually we do. 

Thanks for the catch!