Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: content/test/data/accessibility/html/details-expected-mac.txt

Issue 2948883003: Update AX role mapping for summary to AXButton on Mac (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 AXWebArea AXRoleDescription='HTML content' 1 AXWebArea AXRoleDescription='HTML content'
2 ++AXGroup AXRoleDescription='group' 2 ++AXGroup AXRoleDescription='group'
3 ++++AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='detail s tag' AXExpanded='0' 3 ++++AXButton AXRoleDescription='button' AXTitle='details tag' AXExpanded='0'
dmazzoni 2017/06/23 18:20:11 Would it work if we used a role of "button" but us
je_julie 2017/06/26 12:27:37 You're right. Thanks for the great idea.
4 ++++++AXStaticText AXRoleDescription='text' AXValue='details tag' 4 ++++++AXStaticText AXRoleDescription='text' AXValue='details tag'
5 ++AXGroup AXRoleDescription='group' 5 ++AXGroup AXRoleDescription='group'
6 ++++AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='detail s tag open' AXExpanded='1' 6 ++++AXButton AXRoleDescription='button' AXTitle='details tag open' AXExpanded='1 '
7 ++++++AXStaticText AXRoleDescription='text' AXValue='details tag open' 7 ++++++AXStaticText AXRoleDescription='text' AXValue='details tag open'
8 ++++AXGroup AXRoleDescription='group' 8 ++++AXGroup AXRoleDescription='group'
9 ++++++AXStaticText AXRoleDescription='text' AXValue='The details tag with open s pecifies that the details should be visible (open) to the user.' 9 ++++++AXStaticText AXRoleDescription='text' AXValue='The details tag with open s pecifies that the details should be visible (open) to the user.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698