from list discussion: rolling back to 'main' role, but leaving additional roles on IDREF elements.
authorJames Craig <jcraig@apple.com>
Wed, 03 Apr 2013 12:27:06 -0700
changeset 163 1f3a6cb7165d
parent 162 cbc779b21d30
child 164 89a79e56cffc
from list discussion: rolling back to 'main' role, but leaving additional roles on IDREF elements.
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 15:27:53 2013 -0700
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1 obj2.html	Wed Apr 03 12:27:06 2013 -0700
@@ -3,10 +3,10 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>&lt;div&gt; with role button; global state or property "aria-controls" value of "obj1 obj2"</title>
+      <title>&lt;div&gt; with role main; global state or property "aria-controls" value of "obj1 obj2"</title>
    </head>
    <body>
-      <div id="test" role="button" aria-controls="obj1 obj2">Placeholder content</div>
+      <div id="test" role="main" aria-controls="obj1 obj2">Placeholder content</div>
       <div id="obj1" role="navigation">obj1</div>
       <div id="obj2" role="contentinfo">obj2</div>
    </body>
--- a/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
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1.html	Wed Apr 03 12:27:06 2013 -0700
@@ -3,10 +3,10 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>&lt;div&gt; with role button; global state or property "aria-controls" value of "obj1"</title>
+      <title>&lt;div&gt; with role main; global state or property "aria-controls" value of "obj1"</title>
    </head>
    <body>
-      <div id="test" role="button" aria-controls="obj1">Placeholder content</div>
+      <div id="test" role="main" aria-controls="obj1">Placeholder content</div>
       <div id="obj1" role="navigation">obj1</div>
       <div id="obj2">obj2</div>
    </body>