add aria-live property
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 11 Jul 2013 09:31:14 -0500
changeset 313 78dc6f43415c
parent 312 5becd2e21a01
child 314 bc11af642afb
add aria-live property
ARIA/1.0/tests/test-files/presentation-role/495.html
--- a/ARIA/1.0/tests/test-files/presentation-role/495.html	Thu Jul 11 09:21:38 2013 -0500
+++ b/ARIA/1.0/tests/test-files/presentation-role/495.html	Thu Jul 11 09:31:14 2013 -0500
@@ -3,7 +3,7 @@
 <title>Test 495 Image element with role="presentation" and aria-busy="true" </title>
 </head>
 <body>
-<img src="foo.jpg" width="40" height="40" role="presentation" aria-busy="true"/>
+<img src="foo.jpg" width="40" height="40" role="presentation" aria-live="polite" aria-busy="true"/>
 </body>
 </html>