Test case 75: fixed test file to have aria-live="polite", not
authorJoseph Scheuhammer <clown@alum.mit.edu>
Tue, 02 Apr 2013 13:10:36 -0400
changeset 161 aebafd68fb01
parent 160 fa4468f32930
child 162 cbc779b21d30
Test case 75: fixed test file to have aria-live="polite", not
aria-live="false".
ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-false.html
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-false.html	Mon Apr 01 11:59:13 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-false.html	Tue Apr 02 13:10:36 2013 -0400
@@ -6,7 +6,7 @@
       <title>&lt;div&gt; with role main; global state or property "aria-atomic" value of "false"</title>
    </head>
    <body>
-      <div id="test" role="main" aria-live="false" aria-atomic="false">Placeholder content</div>
+      <div id="test" role="main" aria-live="polite" aria-atomic="false">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>