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

Side by Side Diff: content/test/data/accessibility/bdo-expected-win.txt

Issue 175383005: Switch static text role on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 # The spec states that <bdo> should have a role of AXGroup, but that seems
aboxhall 2014/02/25 17:20:27 Do we want to keep this comment?
dmazzoni 2014/02/25 21:35:48 Done.
2 # wrong, so we assume this is correct.
3 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE 1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
4 IA2_ROLE_SECTION READONLY 2 IA2_ROLE_SECTION READONLY
5 ROLE_SYSTEM_TEXT name='Some LTR text' READONLY 3 ROLE_SYSTEM_STATICTEXT name='Some LTR text'
6 ROLE_SYSTEM_TEXT name='Some RTL text ' READONLY 4 ROLE_SYSTEM_STATICTEXT name='Some RTL text '
7 ROLE_SYSTEM_TEXT name='with some LTR text embedded' READONLY 5 ROLE_SYSTEM_STATICTEXT name='with some LTR text embedded'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698