giving explicit roles to limit test case variables to test only the required notifications
authorJames Craig <jcraig@apple.com>
Mon, 09 Sep 2013 13:57:26 -0700
changeset 344 c48780f0116d
parent 343 05d9870341cf
child 345 2d73fba60f41
giving explicit roles to limit test case variables to test only the required notifications
ARIA/1.0/tests/test-files/live-events/test-case-live-event-3.html
--- a/ARIA/1.0/tests/test-files/live-events/test-case-live-event-3.html	Mon Sep 09 13:57:04 2013 -0700
+++ b/ARIA/1.0/tests/test-files/live-events/test-case-live-event-3.html	Mon Sep 09 13:57:26 2013 -0700
@@ -15,7 +15,7 @@
   <body>
     <h1>ARIA 1.0 Live Region Event Test Case: Change text content</h1>
     
-    <div id="TEST_ID" aria-live="assertive">
+    <div id="TEST_ID" aria-live="assertive" role="alert">
       TEST TEXT 1
     </div>