Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32c4b2ea3ae9066e73393888d49d02f3d6d4c94d
https://github.com/WebKit/WebKit/commit/32c4b2ea3ae9066e73393888d49d02f3d6d4c94d
Author: Tim Nguyen <[email protected]>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M Source/WebCore/css/html.css
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
Move frameset/frame style adjustments to UA stylesheet
https://bugs.webkit.org/show_bug.cgi?id=315767
rdar://178160170
Reviewed by Simon Fraser and Anne van Kesteren.
This allows optimizing the style adjuster flow a tiny bit, and to cache the
adjustments for frame/frameset.
Only behavior change is that the style adjustments are now reflected in the
computed style.
HTML issue was filed here to standardize this across browsers:
https://github.com/whatwg/html/issues/12501
* Source/WebCore/css/html.css:
(frameset, frame):
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjust const):
Canonical link: https://commits.webkit.org/314119@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications