add aria-live property
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 10 Jul 2013 12:26:06 -0500
changeset 310 6f04b76e0cf6
parent 309 2b2bdaeffeb9
child 311 42183976f757
add aria-live property
ARIA/1.0/tests/test-files/presentation-role/494.html
--- a/ARIA/1.0/tests/test-files/presentation-role/494.html	Mon Jul 08 12:43:27 2013 -0500
+++ b/ARIA/1.0/tests/test-files/presentation-role/494.html	Wed Jul 10 12:26:06 2013 -0500
@@ -3,7 +3,8 @@
 <title>Test 494 Image element with role="presentation" and aria-atomic="true" </title>
 </head>
 <body>
-<img src="foo.jpg" width="40" height="40" role="presentation" aria-atomic="true"/>
+<img src="foo.jpg" width="40" height="40" role="presentation" aria-live="polite" aria-atomic="true"/>
 </body>
+
 </html>