Updates from Rich 12 Oct 2012, third try
authorMichael Cooper <cooper@w3.org>
Fri, 12 Oct 2012 13:10:40 -0400
changeset 13 c7fd2e1d5ccf
parent 12 d68d72489586
child 14 867a444ffac9
Updates from Rich 12 Oct 2012, third try
ARIA/1.0/tests/test-files/name-computation-input/552.html
ARIA/1.0/tests/test-files/name-computation-input/553.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/552.html	Fri Oct 12 13:06:05 2012 -0400
+++ b/ARIA/1.0/tests/test-files/name-computation-input/552.html	Fri Oct 12 13:10:40 2012 -0400
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<title>Test 552  An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<title>Test 552  An INPUT type=text with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
 <style>
 
 label:before
@@ -12,7 +12,7 @@
 </head>
 <body>
 <label for="test"></label>
-<input type="text aria-label="fruit" id="test"/>
+<input type="text id="test"/>
 </body>
 </html>
 
--- a/ARIA/1.0/tests/test-files/name-computation-input/553.html	Fri Oct 12 13:06:05 2012 -0400
+++ b/ARIA/1.0/tests/test-files/name-computation-input/553.html	Fri Oct 12 13:10:40 2012 -0400
@@ -1,17 +1,17 @@
 <!DOCTYPE html>
 <html>
 <head>
-<title>Test 553 An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<title>Test 553 An INPUT type=text with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
 <style>
 
-label:before
+label:after
 {
 content:"fancy";
 }
 </style>
 </head>
 <body>
-<label for="test"></label>
+<label for="test">big and</label>
 <input type="text id="test"/>
 </body>
 </html>