diff options
author | gerald <gerald@localhost> | 1999-09-05 23:28:47 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-09-05 23:28:47 +0000 |
commit | aaca3c1823ceab0f23ee9226a42161607d4b84f9 (patch) | |
tree | c59b94ac6d3dd9dfecc7c493e49ceb3979f9b759 | |
parent | 139ac82f7fa38df0defe7065a2932901ac496872 (diff) | |
download | markup-validator-aaca3c1823ceab0f23ee9226a42161607d4b84f9.zip markup-validator-aaca3c1823ceab0f23ee9226a42161607d4b84f9.tar.gz markup-validator-aaca3c1823ceab0f23ee9226a42161607d4b84f9.tar.bz2 |
updated to match the original in the 971218 spec
(I had added a version attribute on the html element for use in
the html validation service, but that's no longer needed)
-rw-r--r-- | htdocs/sgml-lib/REC-html40-971218/strict.dtd | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/htdocs/sgml-lib/REC-html40-971218/strict.dtd b/htdocs/sgml-lib/REC-html40-971218/strict.dtd index 715c35e..271e452 100644 --- a/htdocs/sgml-lib/REC-html40-971218/strict.dtd +++ b/htdocs/sgml-lib/REC-html40-971218/strict.dtd @@ -10,7 +10,7 @@ direction text, and enhancements to forms for improved accessibility for people with disabilities. - Draft: $Date: 1998-07-25 00:00:22 $ + Draft: $Date: 1999-09-05 23:28:47 $ Authors: Dave Raggett <dsr@w3.org> @@ -21,8 +21,7 @@ http://www.w3.org/TR/REC-html40 --> -<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0//EN" - -- +<!-- Typical usage: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" @@ -862,12 +861,9 @@ several semantically related columns together. > <!--================ Document Structure ==================================--> -<!ENTITY % version "version CDATA #FIXED '%HTML.Version;'"> - <!ENTITY % html.content "HEAD, BODY"> <!ELEMENT HTML O O (%html.content;) -- document root element --> <!ATTLIST HTML %i18n; -- lang, dir -- - %version; > |