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

Unified Diff: content/test/data/accessibility/input-text-name-calc-expected-win.txt

Issue 10823073: Improve accessible name calculation on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unintentionally modified file Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/input-text-name-calc-expected-win.txt
diff --git a/content/test/data/accessibility/input-text-name-calc-expected-win.txt b/content/test/data/accessibility/input-text-name-calc-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b9fb916d98811dd3c8862df1887f7a7c51078f82
--- /dev/null
+++ b/content/test/data/accessibility/input-text-name-calc-expected-win.txt
@@ -0,0 +1,12 @@
+ROLE_SYSTEM_DOCUMENT name='' READONLY FOCUSABLE description=''
+ IA2_ROLE_SECTION name='' READONLY description=''
+ ROLE_SYSTEM_TEXT name='Title' FOCUSABLE description=''
+ ROLE_SYSTEM_TEXT name='Label' FOCUSABLE description='Title'
+ ROLE_SYSTEM_TEXT name='AriaLabel' FOCUSABLE description='Title'
+ ROLE_SYSTEM_TEXT name='LabelledBy' FOCUSABLE description='Title'
+ ROLE_SYSTEM_TEXT name='Placeholder' FOCUSABLE description=''
aboxhall 2012/08/01 01:56:57 Placeholder is not mentioned in the accessible nam
dmazzoni 2012/08/01 03:22:41 It's here: http://www.w3.org/TR/html-aapi/#calc W
aboxhall 2012/08/06 01:55:49 Yep, I was looking at the ARIA guide. They don't q
+ ROLE_SYSTEM_TEXT name='Title' FOCUSABLE description='Placeholder'
+ ROLE_SYSTEM_TEXT name='Label' FOCUSABLE description='Title Placeholder'
+ ROLE_SYSTEM_TEXT name='AriaLabel' FOCUSABLE description='Title Placeholder'
+ ROLE_SYSTEM_TEXT name='LabelledBy' FOCUSABLE description='Title Placeholder'
+ ROLE_SYSTEM_TEXT name='LabelledBy' FOCUSABLE description='DescribedBy Placeholder'
aboxhall 2012/08/01 01:56:57 I'm not sure we want to include the placeholder if
aboxhall 2012/08/06 01:55:49 I still think this shouldn't include the placehold

Powered by Google App Engine
This is Rietveld 408576698