diff options
author | gerald <gerald@localhost> | 2001-05-10 09:04:53 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2001-05-10 09:04:53 +0000 |
commit | 954891cf9b910f8387e26166d7bbcd4d72f18bfa (patch) | |
tree | cb66fccc710ad81220e00b3332a4ecc017cb0c94 /htdocs | |
parent | 00131815070cbd34998f49f10600d73ba84e68fb (diff) | |
download | markup-validator-954891cf9b910f8387e26166d7bbcd4d72f18bfa.zip markup-validator-954891cf9b910f8387e26166d7bbcd4d72f18bfa.tar.gz markup-validator-954891cf9b910f8387e26166d7bbcd4d72f18bfa.tar.bz2 |
added XHTML Basic
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/doctypes.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config/doctypes.cfg b/htdocs/config/doctypes.cfg index bc59d5e..1065f8a 100644 --- a/htdocs/config/doctypes.cfg +++ b/htdocs/config/doctypes.cfg @@ -1,7 +1,7 @@ # # Mapping of HTML Version "names" to DOCTYPEs. Used for DOCTYPE overide. # -# $Id: doctypes.cfg,v 1.1 2001-03-08 01:57:52 link Exp $ +# $Id: doctypes.cfg,v 1.2 2001-05-10 09:04:53 gerald Exp $ HTML 0.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML Level 0//EN//2.0"> Strict HTML 0.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML Strict Level 0//EN//2.0"> @@ -39,4 +39,5 @@ HTML 4.01 Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> XHTML 1.0 Strict <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> XHTML 1.0 Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> XHTML 1.0 Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> +XHTML Basic 1.0 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> |