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:04 -0700
changeset 343 05d9870341cf
parent 342 d2f2f56d2dbe
child 344 c48780f0116d
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-1.html
ARIA/1.0/tests/test-files/live-events/test-case-live-event-2.html
--- a/ARIA/1.0/tests/test-files/live-events/test-case-live-event-1.html	Fri Aug 30 17:10:25 2013 -0400
+++ b/ARIA/1.0/tests/test-files/live-events/test-case-live-event-1.html	Mon Sep 09 13:57:04 2013 -0700
@@ -15,7 +15,7 @@
   <body>
     <h1>ARIA 1.0 Live Region Event Test Case: Add text content</h1>
     
-    <div id="TEST_ID" aria-live="assertive" aria-label="charlotte">
+    <div id="TEST_ID" aria-live="assertive" aria-label="charlotte" role="alert">
     </div>
     
     <button onclick="tryAgain()">Try Again</button>
--- a/ARIA/1.0/tests/test-files/live-events/test-case-live-event-2.html	Fri Aug 30 17:10:25 2013 -0400
+++ b/ARIA/1.0/tests/test-files/live-events/test-case-live-event-2.html	Mon Sep 09 13:57:04 2013 -0700
@@ -15,7 +15,7 @@
   <body>
     <h1>ARIA 1.0 Live Region Event Test Case: Delete text content</h1>
     
-    <div id="TEST_ID" aria-live="polite" >
+    <div id="TEST_ID" aria-live="polite" role="status">
       TEST TEXT
     </div>