Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3b38ff887b57e645c66cd734e0eba7ad32f988df
https://github.com/WebKit/WebKit/commit/3b38ff887b57e645c66cd734e0eba7ad32f988df
Author: Joshua Hoffman <[email protected]>
Date: 2025-07-19 (Sat, 19 Jul 2025)
Changed paths:
M Source/WebCore/accessibility/AccessibilityRenderObject.cpp
Log Message:
-----------
AX: frames of SVG roots aren't positioned absolutely
https://bugs.webkit.org/show_bug.cgi?id=296214
rdar://153782363
Reviewed by Tyler Wilcock.
offsetBoundingBoxForRemoteSVGElement, which adjusts SVG objects so that
their frames are positioned relative to the page (not within their
documents), can be called on objects that are SVG roots themselves. But,
we don't consider the starting object during the ancestor walk in this
method, so those objects would never have their rects adjusted.
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::offsetBoundingBoxForRemoteSVGElement
const):
Canonical link: https://commits.webkit.org/297649@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes