Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: acb887bd35a9194d58f136b8059855e7cd8b700a
https://github.com/WebKit/WebKit/commit/acb887bd35a9194d58f136b8059855e7cd8b700a
Author: Anne van Kesteren <[email protected]>
Date: 2023-12-10 (Sun, 10 Dec 2023)
Changed paths:
A LayoutTests/accessibility/checkbox-radio-element-rect-expected.txt
A LayoutTests/accessibility/checkbox-radio-element-rect.html
A
LayoutTests/platform/glib/accessibility/checkbox-radio-element-rect-expected.txt
M LayoutTests/platform/ios/TestExpectations
A
LayoutTests/platform/ios/accessibility/checkbox-radio-element-rect-expected.txt
M Source/WebCore/accessibility/AccessibilityNodeObject.cpp
Log Message:
-----------
AX: make AccessibilityNodeObject::elementRect() account for <input
type=checkbox switch>
https://bugs.webkit.org/show_bug.cgi?id=263120
rdar://116920561
Reviewed by Tyler Wilcock.
As <input type=checkbox switch> has its own role, rely here on whether
it's a native checkbox instead (which is inclusive of switch).
* LayoutTests/accessibility/checkbox-radio-element-rect-expected.txt: Added.
* LayoutTests/accessibility/checkbox-radio-element-rect.html: Added.
*
LayoutTests/platform/glib/accessibility/checkbox-radio-element-rect-expected.txt:
Added.
* LayoutTests/platform/ios/TestExpectations:
*
LayoutTests/platform/ios/accessibility/checkbox-radio-element-rect-expected.txt:
Added.
* Source/WebCore/accessibility/AccessibilityNodeObject.cpp:
(WebCore::AccessibilityNodeObject::elementRect const):
Canonical link: https://commits.webkit.org/271855@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes