Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3552b208beae9cbb329ff28e44882821061f2cd0
https://github.com/WebKit/WebKit/commit/3552b208beae9cbb329ff28e44882821061f2cd0
Author: Andres Gonzalez <[email protected]>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm
Log Message:
-----------
AX: Move text marker debug description attributes to
parameterizedAttributeValueForTesting.
https://bugs.webkit.org/show_bug.cgi?id=308193
<rdar://problem/170693674>
Reviewed by Tyler Wilcock.
Move handling of NSAccessibilityTextMarkerDebugDescriptionAttribute,
NSAccessibilityTextMarkerDescriptionAttribute,
NSAccessibilityTextMarkerRangeDebugDescriptionAttribute,
NSAccessibilityTextMarkerRangeDescriptionAttribute,
AXTextMarkerNodeTreeDebugDescriptionAttribute, and
AXTextMarkerNodeDebugDescriptionAttribute from
accessibilityAttributeValue:forParameter: to
parameterizedAttributeValueForTesting:parameter:backingObject:.
These attributes are testing-only utilities for debugging text markers
and should only be accessible when the client is in test mode.
No new tests, no change in behavior.
* Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:
(-[WebAccessibilityObjectWrapper
parameterizedAttributeValueForTesting:parameter:backingObject:]):
Added handling for the six text marker debug description attributes.
(-[WebAccessibilityObjectWrapper accessibilityAttributeValue:forParameter:]):
Removed handling for the six text marker debug description attributes,
as they are now handled by parameterizedAttributeValueForTesting.
Canonical link: https://commits.webkit.org/307808@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications