add aria-live property to test 74
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 16:45:23 -0600
changeset 114 a78ce854330a
parent 113 9a3e54aae1a9
child 115 cf9caf13e854
add aria-live property to test 74
ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-true.html
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-true.html	Mon Feb 25 16:27:17 2013 -0600
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-true.html	Mon Feb 25 16:45:23 2013 -0600
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with role main; global state or property "aria-atomic" value of "true"</title>
    </head>
    <body>
-      <div id="test" role="main" aria-atomic="true">Placeholder content</div>
+      <div id="test" role="main" aria-live="polite: aria-atomic="true">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>