Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4e262b07baa1b55186d79a67b35f326cfdea48b2 https://github.com/WebKit/WebKit/commit/4e262b07baa1b55186d79a67b35f326cfdea48b2 Author: Anne van Kesteren <ann...@annevk.nl> Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/shadow-dom/shadow-root-clonable-expected.txt M Source/WebCore/dom/Element.cpp M Source/WebCore/dom/ShadowRoot.cpp Log Message: ----------- A clonable ShadowRoot is always cloned https://bugs.webkit.org/show_bug.cgi?id=272089 Reviewed by Ryosuke Niwa. This aligns us with other browsers and this change to the DOM standard: https://github.com/whatwg/dom/pull/1272 * LayoutTests/imported/w3c/web-platform-tests/shadow-dom/shadow-root-clonable-expected.txt: * Source/WebCore/dom/Element.cpp: (WebCore::Element::cloneNodeInternal): This is the change that makes the test pass. * Source/WebCore/dom/ShadowRoot.cpp: (WebCore::ShadowRoot::cloneNodeInternal): This cleans up a conditional that is always true. Canonical link: https://commits.webkit.org/277066@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes