Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0823259833f9ebda926b59b2cb59563c17fa064e https://github.com/WebKit/WebKit/commit/0823259833f9ebda926b59b2cb59563c17fa064e Author: Taher Ali <taher_...@apple.com> Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths: M LayoutTests/TestExpectations M Source/WebCore/dom/StyledElement.cpp M Source/WebCore/svg/SVGElement.h Log Message: ----------- invalidate SVG <use> element when inline style changes https://bugs.webkit.org/show_bug.cgi?id=201918 rdar://98577657 Reviewed by Antti Koivisto. SVG <use> elements create shadow trees that clone referenced elements, but dynamic style changes made through element.style.property did not invalidate these shadow trees. This PR properly invalidates it. * LayoutTests/TestExpectations: * Source/WebCore/dom/StyledElement.cpp: (WebCore::StyledElement::invalidateStyleAttribute): Canonical link: https://commits.webkit.org/299112@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