--- 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>