add aria-live property to test 153
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 15:23:25 -0600
changeset 108 99feecf79f78
parent 107 97ca68fee3ca
child 109 2d65be271dcc
add aria-live property to test 153
ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-additions.html
--- a/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-additions.html	Sun Feb 17 10:21:12 2013 -0600
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-additions.html	Mon Feb 25 15:23:25 2013 -0600
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with no role; global state or property "aria-relevant" value of "additions"</title>
    </head>
    <body>
-      <div id="test" aria-relevant="additions">Placeholder content</div>
+      <div id="test" aria-live="polite" aria-relevant="additions">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>