remove HTML4 doc type
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 11 Jul 2013 11:47:52 -0500
changeset 314 bc11af642afb
parent 313 78dc6f43415c
child 315 d837ad91a214
remove HTML4 doc type
ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-radio.html
--- a/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-radio.html	Thu Jul 11 09:31:14 2013 -0500
+++ b/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-radio.html	Thu Jul 11 11:47:52 2013 -0500
@@ -1,6 +1,5 @@
-<!DOCTYPE html
-  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<!DOCTYPE html>
+<html lang="en">
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       <title>Native checkbox overridden to radio</title>
@@ -10,4 +9,4 @@
 	   	<input type="checkbox" role="radio" id="test" value="Placeholder content" />
    	</form>
    </body>
-</html>
\ No newline at end of file
+</html>