- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Apr 2005 09:13:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv24136
Modified Files:
index.html
Added Files:
sgml_customdtd.html
Log Message:
adding basic test case of doc using custom DTD
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- index.html 4 Feb 2005 13:37:36 -0000 1.48
+++ index.html 27 Apr 2005 09:13:44 -0000 1.49
@@ -33,6 +33,7 @@
<li>SMIL 1.0 <a href="../../check?uri=http://validator.w3.org/dev/tests/smil10-minimal.smi">Minimal Document</a> w/DOCTYPE.</li>
<li>SMIL 2.0 <a href="../../check?uri=http://validator.w3.org/dev/tests/smil20-profile-doctype.smi">Testcase (wrong Namespace?)</a> w/DOCTYPE.</li>
<li><a href="../../check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">Sample XHTML + MathML + SVG document</a> (from the 9 August 2002 WD)</li>
+ <li>One document using a <a href="../../check?uri=http://validator.w3.org:8001/dev/tests/sgml_customdtd.html">"Custom" SGML DTD</a> (HTML4.0 plus blink)</li>
</ul>
</div>
--- NEW FILE: sgml_customdtd.html ---
<!DOCTYPE html SYSTEM "http://www.w3.org/Style/HTML40-plus-blink.dtd">
<!--
The above is a "custom" DTD, because the text below uses
<blink>, which isn't actually an HTML element. Including
<blink> is meant as a *joke*. Adding it to a DTD doesn't make
it any more standard or any more meaningful. DON'T CREATE
CUSTOM DTDs!
-->
<html>
<head>
<title>Document using Custom DTD</title>
</head>
<body lang="en">
<p>This document is a subset of the <a href="http://www.w3.org/Style/">W3C Style</a>
homepage, using <a href="http://www.w3.org/Style/customdtd">Custom DTD</a>
allowing <blink>The nonstandard blink element</blink>.
</p>
<p>It is valid against that particular DTD</p>
</body>
</html>
Received on Wednesday, 27 April 2005 09:13:52 UTC