Index: content/test/data/accessibility/button-name-calc-expected-win.txt |
diff --git a/content/test/data/accessibility/button-name-calc-expected-win.txt b/content/test/data/accessibility/button-name-calc-expected-win.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9fccbf46c697ed2d900f2b32c75911301c627795 |
--- /dev/null |
+++ b/content/test/data/accessibility/button-name-calc-expected-win.txt |
@@ -0,0 +1,8 @@ |
+ROLE_SYSTEM_DOCUMENT name='' READONLY FOCUSABLE description='' |
+ IA2_ROLE_SECTION name='' READONLY description='' |
+ ROLE_SYSTEM_PUSHBUTTON name='InnerText' FOCUSABLE description='' |
+ ROLE_SYSTEM_PUSHBUTTON name='InnerText' FOCUSABLE description='Title' |
aboxhall
2012/08/01 01:56:57
Is using the title as the description the de facto
dmazzoni
2012/08/01 03:22:41
I was following: http://www.w3.org/TR/html-aapi/#c
aboxhall
2012/08/06 01:55:49
Right, now I understand; I hadn't seen that spec b
|
+ ROLE_SYSTEM_PUSHBUTTON name='AriaLabel' FOCUSABLE description='Title' |
+ ROLE_SYSTEM_PUSHBUTTON name='LabelledBy' FOCUSABLE description='Title' |
+ ROLE_SYSTEM_PUSHBUTTON name='LabelledBy' FOCUSABLE description='DescribedBy' |
+ ROLE_SYSTEM_PUSHBUTTON name='InnerText' FOCUSABLE description='DescribedBy' |