)
+ {
+ chomp;
+ my ($key, $value) = /^\s*(\w+)\s*=\s*(.+)/;
+ if ($key =~ /ftp_proxy/ && defined($value))
+ {
+ $userAgent->proxy('ftp', $value);
+ }
+ elsif ($key =~ /http_proxy/ && defined($value))
+ {
+ $userAgent->proxy('http', $value);
+ }
+ elsif ($key =~ /https_proxy/ && defined($value))
+ {
+ $userAgent->proxy('https', $value);
+ }
+ elsif ($key =~ /no_proxy/ && defined($value))
+ {
+ $userAgent->no_proxy('.no.proxy', $value);
+ };
+ }
+ close CONF;
+ }
}
# Prepare request
@@ -1586,7 +1616,7 @@
&printHeader('ISO-8859-1', $lang);
&printFile("$beginningHTML.$lang");
- &error('Your browser does not appear to support form-based file upload. Please try one of our alternate methods of validation.');
+ &error('Your browser does not appear to support form-based file upload. Please try one of our alternate methods of validation.');
}
--- wdg-html-validator-1.6.2.orig/lib/cjkvconv.pl
+++ wdg-html-validator-1.6.2/lib/cjkvconv.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# CJKVConv.pl (a cross-locale CJKV code converter)
# Written by Ken Lunde (lunde@adobe.com)
--- wdg-html-validator-1.6.2.orig/html/wdg-html-validator.html
+++ wdg-html-validator-1.6.2/html/wdg-html-validator.html
@@ -0,0 +1,210 @@
+
+
+
+ WDG HTML Validator
+
+
+ WDG HTML Validator
+
+
+
+ WDG HTML Validator is a CGI script which checks web pages against
+ a validating SGML parser for conformance to official HTML standards.
+
+
+ You can:
+
+
+
+
+
+
+ Validate an URL
+
+
+ Enter the URL of an HTML document to validate:
+
+
+
+
+
+
+
+
+
+ Validate files on your computer
+
+
+ Select an HTML document from your computer to be uploaded for validation:
+
+
+
+
+
+
+
+
+
+ Enter HTML code directly
+
+
+ Enter the HTML to be validated:
+
+
+
+
+
+
+
+
+
+ Validate multiple URLs
+
+
+ Enter the URLs of HTML documents to be validated, one by line:
+
+
+
+
+
--- wdg-html-validator-1.6.2.orig/templates/html32links.txt.en
+++ wdg-html-validator-1.6.2/templates/html32links.txt.en
@@ -0,0 +1,67 @@
+address http://www.w3.org/TR/REC-html32-19970114.html#address
+applet http://www.w3.org/TR/REC-html32-19970114.html#applet
+area http://www.w3.org/TR/REC-html32-19970114.html#map
+a http://www.w3.org/TR/REC-html32-19970114.html#anchor
+base http://www.w3.org/TR/REC-html32-19970114.html#base
+basefont http://www.w3.org/TR/REC-html32-19970114.html#basefont
+big http://www.w3.org/TR/REC-html32-19970114.html#font-style
+blockquote http://www.w3.org/TR/REC-html32-19970114.html#bq
+body http://www.w3.org/TR/REC-html32-19970114.html#body
+br http://www.w3.org/TR/REC-html32-19970114.html#img
+b http://www.w3.org/TR/REC-html32-19970114.html#font-style
+caption http://www.w3.org/TR/REC-html32-19970114.html#table
+center http://www.w3.org/TR/REC-html32-19970114.html#center
+cite http://www.w3.org/TR/REC-html32-19970114.html#phrase
+code http://www.w3.org/TR/REC-html32-19970114.html#phrase
+dd http://www.w3.org/TR/REC-html32-19970114.html#dl
+dfn http://www.w3.org/TR/REC-html32-19970114.html#phrase
+dir http://www.w3.org/TR/REC-html32-19970114.html#img
+div http://www.w3.org/TR/REC-html32-19970114.html#pre
+dl http://www.w3.org/TR/REC-html32-19970114.html#dl
+dt http://www.w3.org/TR/REC-html32-19970114.html#dl
+em http://www.w3.org/TR/REC-html32-19970114.html#phrase
+font http://www.w3.org/TR/REC-html32-19970114.html#img
+form http://www.w3.org/TR/REC-html32-19970114.html#form
+h1 http://www.w3.org/TR/REC-html32-19970114.html#headings
+h2 http://www.w3.org/TR/REC-html32-19970114.html#headings
+h3 http://www.w3.org/TR/REC-html32-19970114.html#headings
+h4 http://www.w3.org/TR/REC-html32-19970114.html#headings
+h5 http://www.w3.org/TR/REC-html32-19970114.html#headings
+h6 http://www.w3.org/TR/REC-html32-19970114.html#headings
+head http://www.w3.org/TR/REC-html32-19970114.html#head
+hr http://www.w3.org/TR/REC-html32-19970114.html#hr
+html http://www.w3.org/TR/REC-html32-19970114.html#html
+img http://www.w3.org/TR/REC-html32-19970114.html#img
+input http://www.w3.org/TR/REC-html32-19970114.html#input
+isindex http://www.w3.org/TR/REC-html32-19970114.html#isindex
+i http://www.w3.org/TR/REC-html32-19970114.html#font-style
+kbd http://www.w3.org/TR/REC-html32-19970114.html#phrase
+link http://www.w3.org/TR/REC-html32-19970114.html#base
+li http://www.w3.org/TR/REC-html32-19970114.html#lists
+map http://www.w3.org/TR/REC-html32-19970114.html#map
+menu http://www.w3.org/TR/REC-html32-19970114.html#menu
+meta http://www.w3.org/TR/REC-html32-19970114.html#meta
+ol http://www.w3.org/TR/REC-html32-19970114.html#ol
+option http://www.w3.org/TR/REC-html32-19970114.html#select
+param http://www.w3.org/TR/REC-html32-19970114.html#param
+pre http://www.w3.org/TR/REC-html32-19970114.html#pre
+p http://www.w3.org/TR/REC-html32-19970114.html#para
+samp http://www.w3.org/TR/REC-html32-19970114.html#phrase
+script http://www.w3.org/TR/REC-html32-19970114.html#script
+select http://www.w3.org/TR/REC-html32-19970114.html#select
+small http://www.w3.org/TR/REC-html32-19970114.html#font-style
+strike http://www.w3.org/TR/REC-html32-19970114.html#font-style
+strong http://www.w3.org/TR/REC-html32-19970114.html#phrase
+style http://www.w3.org/TR/REC-html32-19970114.html#style
+sub http://www.w3.org/TR/REC-html32-19970114.html#font-style
+sup http://www.w3.org/TR/REC-html32-19970114.html#font-style
+table http://www.w3.org/TR/REC-html32-19970114.html#table
+td http://www.w3.org/TR/REC-html32-19970114.html#table
+textarea http://www.w3.org/TR/REC-html32-19970114.html#textarea
+th http://www.w3.org/TR/REC-html32-19970114.html#table
+title http://www.w3.org/TR/REC-html32-19970114.html#title
+tr http://www.w3.org/TR/REC-html32-19970114.html#table
+tt http://www.w3.org/TR/REC-html32-19970114.html#font-style
+ul http://www.w3.org/TR/REC-html32-19970114.html#ul
+u http://www.w3.org/TR/REC-html32-19970114.html#font-style
+var http://www.w3.org/TR/REC-html32-19970114.html#phrase
--- wdg-html-validator-1.6.2.orig/templates/header.htmlf.en
+++ wdg-html-validator-1.6.2/templates/header.htmlf.en
@@ -0,0 +1,11 @@
+
+
+
+ HTML Validation Results
+
+
+
+ HTML Validation Results
+
+
--- wdg-html-validator-1.6.2.orig/templates/headerWithInput.htmlf.en
+++ wdg-html-validator-1.6.2/templates/headerWithInput.htmlf.en
@@ -0,0 +1,40 @@
+
+
+
+ HTML Validation Results
+
+
+
+
+ HTML Validation Results
+
+
--- wdg-html-validator-1.6.2.orig/templates/footer.htmlf.en
+++ wdg-html-validator-1.6.2/templates/footer.htmlf.en
@@ -0,0 +1,12 @@
+
+
+
+ Validate by URL -
+ Validate by file upload -
+ Validate by direct input -
+ Validate multiple URLs
+
+
+ Developed and maintained by Liam Quinn <liam@htmlhelp.com>
+
+
--- wdg-html-validator-1.6.2.orig/templates/html40links.txt.en
+++ wdg-html-validator-1.6.2/templates/html40links.txt.en
@@ -0,0 +1,102 @@
+xml http://www.w3.org/XML/
+non-empty elements http://www.w3.org/TR/xhtml1/#h-4.3
+empty elements http://www.w3.org/TR/xhtml1/#h-4.6
+attribute minimization http://www.w3.org/TR/xhtml1/#h-4.5
+html 4.01 transitional http://www.w3.org/TR/1999/REC-html401-19991224/sgml/loosedtd.htmli
+html 4.01 frameset http://www.w3.org/TR/1999/REC-html401-19991224/sgml/framesetdtd.html
+html 4.01 http://www.w3.org/TR/html401/
+html 4.0 transitional http://www.w3.org/TR/1999/REC-html401-19991224/sgml/loosedtd.html
+html 4.0 frameset http://www.w3.org/TR/1999/REC-html401-19991224/sgml/framesetdtd.html
+html 4.0 http://www.w3.org/TR/html4/
+a http://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html#h-12.2
+abbr http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+acronym http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+address http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.6
+applet http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html#h-13.3
+area http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html#h-13.6.1
+b http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+base http://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html#h-12.4
+basefont http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.2
+bdo http://www.w3.org/TR/1999/REC-html401-19991224/struct/dirlang.html#h-8.2.4
+big http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+blockquote http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.2
+body http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.1
+br http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.3.2
+button http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.5
+caption http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.2
+center http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#edef-CENTER
+cite http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+code http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+col http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.4
+colgroup http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.4
+dd http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.3
+del http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.3.5
+dfn http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+dir http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.4
+div http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.4
+dl http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.3
+dt http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.3
+em http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+fieldset thttp://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.10
+font http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.2
+form http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.3
+frame http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html#h-16.2.2
+frameset http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html#h-16.2.1
+h1 http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.5
+h2 http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.5
+h3 http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.5
+h4 http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.5
+h5 http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.5
+h6 http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.5
+head http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.4.1
+hr http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.3
+html http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.3
+i http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+iframe http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html#h-16.5
+img http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html#h-13.2
+input http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.4
+ins http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.3.5
+isindex http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.8
+kbd http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+label http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.9
+legend http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.10
+li http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.2
+link http://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html#h-12.3
+map http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html#h-13.6.1
+menu http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.4
+meta http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.4.4.2
+noframe http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html#h-16.4.1
+noscript http://www.w3.org/TR/1999/REC-html401-19991224/interact/scripts.html#h-18.3.1
+object http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html#h-13.3
+ol http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.2
+optgroup http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.6
+option http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.6
+p http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.3.1
+param http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html#h-13.3.2
+pre http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.3.4
+q http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.2
+s http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+samp http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+script http://www.w3.org/TR/1999/REC-html401-19991224/interact/scripts.html#h-18.2.1
+select http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.6
+small http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+span http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.5.4
+strike http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+strong http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
+style http://www.w3.org/TR/1999/REC-html401-19991224/present/styles.html#h-14.2.3
+sub http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.3
+sup http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.3
+table http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.1
+tbody http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.3
+td http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.6
+textarea http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.7
+tfoot http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.3
+td http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.6
+th http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.6
+thead http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.3
+title http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#h-7.4.2
+tr http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#h-11.2.5
+tt http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+u http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#h-15.2.1
+ul http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#h-10.2
+var http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#h-9.2.1
--- wdg-html-validator-1.6.2.orig/templates/html20links.txt.en
+++ wdg-html-validator-1.6.2/templates/html20links.txt.en
@@ -0,0 +1,48 @@
+html http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.1
+head http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2
+title http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.1
+base http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.2
+isindex http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.3
+link http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.4
+meta http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.5
+nextid http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.6
+body http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.3
+h1 http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.4
+h2 http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.4
+h3 http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.4
+h4 http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.4
+h5 http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.4
+h6 http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.4
+p http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.1
+pre http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.2
+xmp http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.2.1
+listing http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.2.1
+address http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.3
+blockquote http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.4
+ul http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.1
+li http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.1
+ol http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.2
+dir http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.3
+menu http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.4
+dl http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.5
+dt http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.5
+dd http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.5
+cite http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.1
+code http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.2
+em http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.3
+kbd http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.4
+samp http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.5
+strong http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.6
+var http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.7
+b http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.2.1
+i http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.2.2
+tt http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.2.3
+a http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.3
+br http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.8
+hr http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.9
+img http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.10
+form http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.1.1
+input http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.1.2
+select http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.1.3
+option http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.1.3.1
+textarea http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.1.4
--- wdg-html-validator-1.6.2.orig/templates/html30links.txt.en
+++ wdg-html-validator-1.6.2/templates/html30links.txt.en
@@ -0,0 +1,61 @@
+abbrev http://www.w3.org/MarkUp/html3/logical.html
+acronym http://www.w3.org/MarkUp/html3/logical.html
+address http://www.w3.org/MarkUp/html3/address.html
+a http://www.w3.org/MarkUp/html3/anchors.html
+au http://www.w3.org/MarkUp/html3/logical.html
+banner http://www.w3.org/MarkUp/html3/banners.html
+b http://www.w3.org/MarkUp/html3/emphasis.html
+big http://www.w3.org/MarkUp/html3/emphasis.html
+blockquote http://www.w3.org/MarkUp/html3/blockquotes.html
+body http://www.w3.org/MarkUp/html3/docbody.html
+bq http://www.w3.org/MarkUp/html3/blockquotes.html
+br http://www.w3.org/MarkUp/html3/lbreak.html
+cite http://www.w3.org/MarkUp/html3/logical.html
+code http://www.w3.org/MarkUp/html3/logical.html
+del http://www.w3.org/MarkUp/html3/logical.html
+dfn http://www.w3.org/MarkUp/html3/logical.html
+div http://www.w3.org/MarkUp/html3/divisions.html
+dl http://www.w3.org/MarkUp/html3/deflists.html
+em http://www.w3.org/MarkUp/html3/logical.html
+fig http://www.w3.org/MarkUp/html3/figures.html
+fn http://www.w3.org/MarkUp/html3/footnotes.html
+form http://www.w3.org/MarkUp/html3/forms.html
+h1 http://www.w3.org/MarkUp/html3/headings.html
+h2 http://www.w3.org/MarkUp/html3/headings.html
+h3 http://www.w3.org/MarkUp/html3/headings.html
+h4 http://www.w3.org/MarkUp/html3/headings.html
+h5 http://www.w3.org/MarkUp/html3/headings.html
+h6 http://www.w3.org/MarkUp/html3/headings.html
+head http://www.w3.org/MarkUp/html3/dochead.html
+hr http://www.w3.org/MarkUp/html3/rules.html
+i http://www.w3.org/MarkUp/html3/emphasis.html
+img http://www.w3.org/MarkUp/html3/img.html
+input http://www.w3.org/MarkUp/html3/forms.html
+ins http://www.w3.org/MarkUp/html3/logical.html
+kbd http://www.w3.org/MarkUp/html3/logical.html
+lang http://www.w3.org/MarkUp/html3/logical.html
+math http://www.w3.org/MarkUp/html3/maths.html
+note http://www.w3.org/MarkUp/html3/notes.html
+ol http://www.w3.org/MarkUp/html3/seqlists.html
+option http://www.w3.org/MarkUp/html3/forms.html
+person http://www.w3.org/MarkUp/html3/logical.html
+p http://www.w3.org/MarkUp/html3/paras.html
+pre http://www.w3.org/MarkUp/html3/literal.html
+q http://www.w3.org/MarkUp/html3/logical.html
+samp http://www.w3.org/MarkUp/html3/logical.html
+select http://www.w3.org/MarkUp/html3/forms.html
+s http://www.w3.org/MarkUp/html3/emphasis.html
+small http://www.w3.org/MarkUp/html3/emphasis.html
+strong http://www.w3.org/MarkUp/html3/logical.html
+sub http://www.w3.org/MarkUp/html3/emphasis.html
+sup http://www.w3.org/MarkUp/html3/emphasis.html
+tab http://www.w3.org/MarkUp/html3/tabs.html
+table http://www.w3.org/MarkUp/html3/tables.html
+td http://www.w3.org/MarkUp/html3/tables.html
+textarea http://www.w3.org/MarkUp/html3/forms.html
+th http://www.w3.org/MarkUp/html3/tables.html
+tr http://www.w3.org/MarkUp/html3/tables.html
+tt http://www.w3.org/MarkUp/html3/emphasis.html
+u http://www.w3.org/MarkUp/html3/emphasis.html
+ul http://www.w3.org/MarkUp/html3/bulletlists.html
+var http://www.w3.org/MarkUp/html3/logical.html