from list discussion: rolling back to 'main' role, but leaving additional roles on IDREF elements.
--- 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><div> with role button; global state or property "aria-controls" value of "obj1 obj2"</title>
+ <title><div> 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><div> with role button; global state or property "aria-controls" value of "obj1"</title>
+ <title><div> 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>