summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/types.conf12
-rwxr-xr-xhtdocs/dev/tests/html40-strict.html2
2 files changed, 13 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 1c38cc3..cd7a2c9 100644
--- a/htdocs/config/types.conf
+++ b/htdocs/config/types.conf
@@ -152,6 +152,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.0 Strict
+ OnClick = onclick
</Badge>
</HTML_4_0_Strict>
@@ -174,6 +175,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.0 Transitional
+ OnClick = onclick
</Badge>
</HTML_4_0_Transitional>
@@ -196,6 +198,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.0 Frameset
+ OnClick = onclick
</Badge>
</HTML_4_0_Frameset>
@@ -218,6 +221,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.01 Strict
+ OnClick = onclick
</Badge>
</HTML_4_01_Strict>
@@ -240,6 +244,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.01 Transitional
+ OnClick = onclick
</Badge>
</HTML_4_01_Transitional>
@@ -262,6 +267,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.01 Frameset
+ OnClick = onclick
</Badge>
</HTML_4_01_Frameset>
@@ -284,6 +290,7 @@
Height = 31
Width = 88
Alt = Valid HTML 4.01 + RDFa 1.1
+ OnClick = onclick
</Badge>
</HTML_4_01_RDFa_1_1>
@@ -322,6 +329,7 @@
Height = 31
Width = 88
Alt = Valid XHTML 1.0 Strict
+ OnClick = onclick
</Badge>
</XHTML_1_0_Strict>
@@ -347,6 +355,7 @@
Height = 31
Width = 88
Alt = Valid XHTML 1.0 Transitional
+ OnClick = onclick
</Badge>
</XHTML_1_0_Transitional>
@@ -372,6 +381,7 @@
Height = 31
Width = 88
Alt = Valid XHTML 1.0 Frameset
+ OnClick = onclick
</Badge>
</XHTML_1_0_Frameset>
@@ -515,6 +525,7 @@
Height = 31
Width = 88
Alt = Valid XHTML 1.1
+ OnClick = onclick
</Badge>
</XHTML_1_1>
@@ -663,6 +674,7 @@
Width = 88
Alt = Valid XHTML + RDFa
RDFa = http://www.w3.org/TR/rdfa-syntax
+ OnClick = onclick
</Badge>
</XHTML_RDFa>
diff --git a/htdocs/dev/tests/html40-strict.html b/htdocs/dev/tests/html40-strict.html
index b5434ae..aa0695d 100755
--- a/htdocs/dev/tests/html40-strict.html
+++ b/htdocs/dev/tests/html40-strict.html
@@ -19,7 +19,7 @@ See: <a href="./">W3C Markup Validation Service: Tests</a>
<hr>
<address>
- <a href="http://validator.w3.org/check?uri=referer">valid HTML</a><br>
+ <a href="http://validator.w3.org/check?uri=referer" onclick="this.href=this.href.replace(/referer$/,encodeURIComponent(document.URL))">valid HTML</a><br>
<a href="../../feedback.html">Gerald Oskoboiny</A>
</address>