Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a91d06576aafc90ed13588a45c9157e8bc2829b6
https://github.com/WebKit/WebKit/commit/a91d06576aafc90ed13588a45c9157e8bc2829b6
Author: Sam Weinig <[email protected]>
Date: 2026-07-12 (Sun, 12 Jul 2026)
Changed paths:
M Source/WebCore/page/IntersectionObserver.cpp
M Source/WebCore/page/IntersectionObserverMarginBox.h
M Source/WebCore/rendering/RenderBox.cpp
Log Message:
-----------
[EvaluationTimeZoom] Convert intersection observers to use unzoomed lengths
https://bugs.webkit.org/show_bug.cgi?id=319195
Reviewed by Alan Baradlay.
Intersection observers don't participate in the normal style resolution process
for processing
their length values and were already not factoring zoom into that early
conversion. This removes
the ZoomNeeded usage in place of explicit ZoomFactor::none().
* Source/WebCore/page/IntersectionObserver.cpp:
* Source/WebCore/page/IntersectionObserverMarginBox.h:
* Source/WebCore/rendering/RenderBox.cpp:
Canonical link: https://commits.webkit.org/316999@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications