Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 28aec1ff495e7aa24391c6139290536b57a9d8e0
https://github.com/WebKit/WebKit/commit/28aec1ff495e7aa24391c6139290536b57a9d8e0
Author: Wenson Hsieh <[email protected]>
Date: 2026-08-14 (Fri, 14 Aug 2026)
Changed paths:
M
LayoutTests/fast/text-extraction/debug-text-extraction-button-like-div-expected.txt
M
LayoutTests/fast/text-extraction/debug-text-extraction-button-like-div.html
M Source/WebCore/page/text-extraction/TextExtraction.cpp
Log Message:
-----------
[Text Extraction] activision.com: avoid adding the `clickable` token before
the "Change Your Password" heading in account settings
https://bugs.webkit.org/show_bug.cgi?id=321798
rdar://184930246
Reviewed by Abrar Rahman Protyasha.
Avoid decorating certain elements that "look visually clickable" with the
`clickable` token, based
on their accessibility role or element tag.
*
LayoutTests/fast/text-extraction/debug-text-extraction-button-like-div-expected.txt:
* LayoutTests/fast/text-extraction/debug-text-extraction-button-like-div.html:
* Source/WebCore/page/text-extraction/TextExtraction.cpp:
(WebCore::TextExtraction::isProbablyNotInteractiveBasedOnTagName):
(WebCore::TextExtraction::isProbablyNotInteractiveBasedOnRole):
(WebCore::TextExtraction::looksLikeButton):
Canonical link: https://commits.webkit.org/319210@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications