- From: Mercurial notifier <nobody@w3.org>
- Date: Sun, 30 Oct 2011 19:08:09 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3255:9bc6ac3389e3 tag: tip user: Ville Skyttä <ville.skytta@iki.fi> date: Sun Oct 30 21:07:45 2011 +0200 files: htdocs/dev/tests/colons.html htdocs/dev/tests/nonSGML-chars.html description: Use current CSS for test cases that still used the old one. diff -r 7adf07684133 -r 9bc6ac3389e3 htdocs/dev/tests/colons.html --- a/htdocs/dev/tests/colons.html Sun Oct 30 19:52:52 2011 +0200 +++ b/htdocs/dev/tests/colons.html Sun Oct 30 21:07:45 2011 +0200 @@ -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 -r 7adf07684133 -r 9bc6ac3389e3 htdocs/dev/tests/nonSGML-chars.html --- a/htdocs/dev/tests/nonSGML-chars.html Sun Oct 30 19:52:52 2011 +0200 +++ b/htdocs/dev/tests/nonSGML-chars.html Sun Oct 30 21:07:45 2011 +0200 @@ -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>
Received on Sunday, 30 October 2011 19:08:15 UTC