Bug 77937
Summary: | FormControlElement (ValidationMessage) shouldn't recreate a shadow root. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dglazkov, morrita, rniwa, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 90866, 91167 | ||
Bug Blocks: | 82313 |
Shinya Kawanaka
It's difficult to support multiple shadow subtrees if a shadow root is recreated.
We should change this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hajime Morrita
Looks like no longer sense. closing.
Dimitri Glazkov (Google)
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?
Hajime Morrita
(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!