summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/iehtml-s.dtd
diff options
context:
space:
mode:
authorgerald <gerald@localhost>1998-07-25 00:00:22 +0000
committergerald <gerald@localhost>1998-07-25 00:00:22 +0000
commit98c5a212d3810ff47b6e9c4c944a640de302ad0a (patch)
tree159ed36fb7cb73069f657b91b72c3b31bedd5d7a /htdocs/sgml-lib/iehtml-s.dtd
parent95f1bfec5081f02cef6cff0a327625ecacaa855e (diff)
downloadmarkup-validator-98c5a212d3810ff47b6e9c4c944a640de302ad0a.zip
markup-validator-98c5a212d3810ff47b6e9c4c944a640de302ad0a.tar.gz
markup-validator-98c5a212d3810ff47b6e9c4c944a640de302ad0a.tar.bz2
initial importSTART
Diffstat (limited to 'htdocs/sgml-lib/iehtml-s.dtd')
-rw-r--r--htdocs/sgml-lib/iehtml-s.dtd24
1 files changed, 24 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/iehtml-s.dtd b/htdocs/sgml-lib/iehtml-s.dtd
new file mode 100644
index 0000000..0bf7eef
--- /dev/null
+++ b/htdocs/sgml-lib/iehtml-s.dtd
@@ -0,0 +1,24 @@
+<!-- html-s.dtd
+
+ Document Type Definition for HTML that works with Internet Explorer,
+ based on IETF's Strict HTML DTD.
+-->
+
+<!ENTITY % HTML.Version
+ "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN"
+
+ -- Typical usage:
+
+ <!DOCTYPE HTML PUBLIC
+ "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN">
+ <html>
+ ...
+ </html>
+ --
+ >
+
+<!-- Feature Test Entities -->
+<!ENTITY % HTML.Recommended "INCLUDE">
+
+<!ENTITY % html PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML//EN">
+%html;