add aria-polite
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 05 Aug 2013 15:27:28 -0500
changeset 334 cfcb956e87fb
parent 333 bf8634259b9d
child 335 c19880b003a8
add aria-polite
ARIA/1.0/tests/test-files/presentation-role/509.html
--- a/ARIA/1.0/tests/test-files/presentation-role/509.html	Sun Aug 04 16:06:37 2013 -0400
+++ b/ARIA/1.0/tests/test-files/presentation-role/509.html	Mon Aug 05 15:27:28 2013 -0500
@@ -3,7 +3,7 @@
 <title>Test 509 Image element with role="presentation" but with aria-relevant="text"</title>
 </head>
 <body>
-<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-relevant="text"/>
+<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-live="polite" aria-relevant="text"/>
 </body>
 </html>