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