diff options
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/colons.html | 18 | ||||
-rwxr-xr-x | htdocs/dev/tests/nonSGML-chars.html | 16 |
2 files changed, 25 insertions, 9 deletions
diff --git a/htdocs/dev/tests/colons.html b/htdocs/dev/tests/colons.html index 624fe7e..e36d72e 100755 --- a/htdocs/dev/tests/colons.html +++ b/htdocs/dev/tests/colons.html @@ -4,22 +4,30 @@ <head> <title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title> <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="../../base" /> + <link rel="stylesheet" type="text/css" href="../../style/base" /> </head> <body> - <h1><a href="http://www.w3.org/"><img height="48" alt="W3C" - src="http://www.w3.org/Icons/WWW/w3c_home" /></a> Markup Validator</h1> + <div id="banner"> + <h1 id="title"> + <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="../../images/no_w3c.png" /></a> + <a href="../../"><span>Markup Validation Service</span></a> + </h1> + <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p> + </div> + <div class="intro"> <none:p>This element uses an undeclared namespace prefix.</none:p> <p>This element uses an undeclared namespace prefix on only the end tag.</none:p> <none:p>This element uses an undeclared namespace prefix on only the start tag.</p> + </div> + <div id="footer"> <address> <a href="http://validator.w3.org/check?uri=referer"><img src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Webmaster</a> + <a href="../../feedback.html">Webmaster</a> </address> - + </div> </body> </html> diff --git a/htdocs/dev/tests/nonSGML-chars.html b/htdocs/dev/tests/nonSGML-chars.html index c464936..e30079a 100755 --- a/htdocs/dev/tests/nonSGML-chars.html +++ b/htdocs/dev/tests/nonSGML-chars.html @@ -4,24 +4,32 @@ <head> <title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title> <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="../../base" /> + <link rel="stylesheet" type="text/css" href="../../style/base" /> </head> <body> - <h1><a href="http://www.w3.org/"><img height="48" alt="W3C" - src="http://www.w3.org/Icons/WWW/w3c_home" /></a> Markup Validator</h1> + <div id="banner"> + <h1 id="title"> + <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="../../images/no_w3c.png" /></a> + <a href="../../"><span>Markup Validation Service</span></a> + </h1> + <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p> + </div> + <div class="intro"> <p>Here are some chars in the range 0x80-0x9B:</p> <p>Foo! € Foo!</p> <p>Bar! “ Bar!</p> <p>Baz! € Baz!</p> + </div> <hr /> + <div id="footer"> <address> <a href="http://validator.w3.org/check?uri=referer"><img src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="../../feedback.html">Webmaster</a> </address> - + </div> </body> </html> |