does not make sense for a static landmark to *control* something; changing these test cases to use button role, and updating the harness.
authorJames Craig <jcraig@apple.com>
Tue, 02 Apr 2013 15:27:53 -0700
changeset 162 cbc779b21d30
parent 161 aebafd68fb01
child 163 1f3a6cb7165d
does not make sense for a static landmark to *control* something; changing these test cases to use button role, and updating the harness.
ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1 obj2.html
ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1 obj2.html	Tue Apr 02 13:10:36 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1 obj2.html	Tue Apr 02 15:27:53 2013 -0700
@@ -3,11 +3,11 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>&lt;div&gt; with role main; global state or property "aria-controls" value of "obj1 obj2"</title>
+      <title>&lt;div&gt; with role button; global state or property "aria-controls" value of "obj1 obj2"</title>
    </head>
    <body>
-      <div id="test" role="main" aria-controls="obj1 obj2">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div id="test" role="button" aria-controls="obj1 obj2">Placeholder content</div>
+      <div id="obj1" role="navigation">obj1</div>
+      <div id="obj2" role="contentinfo">obj2</div>
    </body>
 </html>
\ No newline at end of file
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1.html	Tue Apr 02 13:10:36 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1.html	Tue Apr 02 15:27:53 2013 -0700
@@ -3,11 +3,11 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>&lt;div&gt; with role main; global state or property "aria-controls" value of "obj1"</title>
+      <title>&lt;div&gt; with role button; global state or property "aria-controls" value of "obj1"</title>
    </head>
    <body>
-      <div id="test" role="main" aria-controls="obj1">Placeholder content</div>
-      <div id="obj1">obj1</div>
+      <div id="test" role="button" aria-controls="obj1">Placeholder content</div>
+      <div id="obj1" role="navigation">obj1</div>
       <div id="obj2">obj2</div>
    </body>
 </html>
\ No newline at end of file