- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Mon, 26 Apr 2004 02:07:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator In directory hutz:/tmp/cvs-serv25085 Modified Files: validator-text.html.en validator-upload.html.en validator-uri.html.en validator.html.en Log Message: interface test - cleanup Index: validator-uri.html.en =================================================================== RCS file: /sources/public/2002/css-validator/validator-uri.html.en,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- validator-uri.html.en 19 Aug 2002 07:44:05 -0000 1.6 +++ validator-uri.html.en 26 Apr 2004 02:07:12 -0000 1.7 @@ -1,41 +1,53 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<?xml version="1.0"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>W3C CSS Validation Service</title> - <link href="style/general.css" type="text/css" rel="STYLESHEET" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> + <title>The W3C CSS Validation Service</title> + <link rev="made" href="mailto:www-validator@w3.org" /> + <link rev="start" href="./" title="Home Page" /> + <style type="text/css" media="all">@import "./base.css";</style> + <meta name="revision" content="$Id$" /> </head> + <body> - <a class="left" href="http://www.w3.org"><img - src="http://www.w3.org/Icons/w3c_home" border="0" alt="W3C" width="72" - height="48" /></a> - <a class="right" href="http://www.w3.org/Jigsaw/"><img - src="http://jigsaw.w3.org/Icons/jigpower.gif" alt="Jigsaw Powered" - border="0" width="94" height="52" /></a> - <br /> - - <div class="t1">CSS</div> - <div class="t2">Validator</div> - + <div id="banner"> + <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" + id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + CSS Validation Service</h1> + </div> + <ul class="navbar" id="menu"> + <li> + <span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> + <a href="./" accesskey="h" title="Go to the Home Page for The W3C CSS Validation Service">[<em>Home</em>]</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/Email" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/README.html" title="Documentation for this Service">Docs</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li> + </ul> - <h1>W3C CSS Validation Service</h1> - - <p> - Welcome to the W3C CSS Validation Service! - </p> - <hr /> - <h2>Validate documents by URI</h2> - - <p> - Enter the URI of a document (HTML with CSS or CSS only) - you would like validated: - </p> - + + <div id="main"><!-- This DIV encapsulates everything in each actual page. --> + + + <div id="skip" class="intro"> + <p> + Welcome to the W3C CSS Validation Service; a free service that checks + Cascading Style Sheets (CSS) in (X)HTML documents or standalone for conformance + to W3C recommendations. + </p> + </div> + + <div> + <h2>Validate Your Style Sheet</h2> + + <fieldset id="validate-by-uri"><legend>Validate by URI</legend> <form action="validator" method="get"> - - <input type="text" name="uri" - size="60" /><br /> + <p> + Enter the URI of a document (HTML with CSS or CSS only) you would like validated: + </p> + <p>Address: + <input type="text" name="uri" size="70" /><br /> Warnings : <select name="warning"> @@ -43,7 +55,7 @@ <option selected="selected" value="1">Normal report</option> <option value="0">Most important</option> <option value="no">No warnings</option> - </select><br /> + </select> Profile : <select name="profile"> @@ -52,8 +64,8 @@ <option selected="selected" value="css2">CSS version 2</option> <option value="css3">CSS version 3</option> <option value="svg">SVG</option> - <option value="svgbasic">SVG basic</option> - <option value="svgtiny">SVG tiny</option> + <option value="svgbasic">SVG Basic</option> + <option value="svgtiny">SVG Tiny</option> <option value="mobile">mobile</option> <option value="atsc-tv">ATSC TV profile</option> <option value="tv">TV profile</option> @@ -72,27 +84,49 @@ <option value="tty">tty</option> <option value="tv">tv</option> <option value="presentation">presentation</option> - </select><br /> - - <br /> - <input type="submit" value="Submit this URI for validation" /> - <input type="reset" name="Reset" value="Reset this form" /> + </select></p> + <p> + <input type="submit" value="Check" /> + </p> </form> - - <br /> - <br /> - <p> - To work as intended, your CSS style sheet needs a correct document parse - tree. This means you should use <a href="http://validator.w3.org/">valid - HTML</a>. - </p> - - <hr /> - <address><a href="Email.html">validator-css</a></address><br /> - $Date$ - </body> -</html> - + </fieldset> + <p> + <strong>Note</strong>: If you want to validate your CSS style sheet embedded + in an (X)HTML document, you should first <a href="http://validator.w3.org/">check + that the (X)HTML you use is valid</a>. + </p> + </div> + </div><!-- End of "main" DIV. --> +<address> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" + alt="Valid XHTML 1.0!" /></a> + <a class="right" href="http://jigsaw.w3.org/css-validator"> + <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" + alt="Valid CSS!" /></a> + <a title="Send Feedback for the W3C Markup Validation Service" + href="Email">The W3C CSS Validator Team</a><br /> + $Date$ + <!-- SSI Template Version: $Id$ --> + </address> + <p class="copyright"> + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2003 + <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® + (<a href="http://www.lcs.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, + <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), + All Rights Reserved. + W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, + <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> + and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> + rules apply. Your interactions with this site are in accordance + with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and + <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy + statements. + </p> + </body> +</html> Index: validator-upload.html.en =================================================================== RCS file: /sources/public/2002/css-validator/validator-upload.html.en,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- validator-upload.html.en 7 Nov 2002 13:18:46 -0000 1.7 +++ validator-upload.html.en 26 Apr 2004 02:07:12 -0000 1.8 @@ -1,37 +1,52 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<?xml version="1.0"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>W3C CSS Validation Service</title> - <link href="style/general.css" type="text/css" rel="STYLESHEET" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> + <title>The W3C CSS Validation Service</title> + <link rev="made" href="mailto:www-validator@w3.org" /> + <link rev="start" href="./" title="Home Page" /> + <style type="text/css" media="all">@import "./base.css";</style> + <meta name="revision" content="$Id$" /> </head> + <body> - <a class="left" href="http://www.w3.org"><img - src="http://www.w3.org/Icons/w3c_home" border="0" alt="W3C" width="72" - height="48" /></a> - <a class="right" href="http://www.w3.org/Jigsaw/"><img - src="http://jigsaw.w3.org/Icons/jigpower.gif" alt="Jigsaw Powered" - border="0" width="94" height="52" /></a> - <br /> - <div class="t1">CSS</div> - <div class="t2">Validator</div> + <div id="banner"> + <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" + id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + CSS Validation Service</h1> + </div> + <ul class="navbar" id="menu"> + <li> + <span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> + <a href="./" accesskey="h" title="Go to the Home Page for The W3C CSS Validation Service">[<em>Home</em>]</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/Email" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/README.html" title="Documentation for this Service">Docs</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li> + </ul> - <h1>W3C CSS Validation Service</h1> - - <p> - Welcome to the W3C CSS Validation Service! - </p> - <hr /> - <h2>Validate your cascading style sheet</h2> - + <div id="main"><!-- This DIV encapsulates everything in each actual page. --> + + + <div id="skip" class="intro"> + <p> + Welcome to the W3C CSS Validation Service; a free service that checks + Cascading Style Sheets (CSS) in (X)HTML documents or standalone for conformance + to W3C recommendations. + </p> + </div> + + <div> + <h2>Validate Your Style Sheet</h2> + + <fieldset id="validate-by-upload"><legend>Validate by File Upload</legend> + <form action="validator" method="post" enctype="multipart/form-data"> <p> - Enter the file name of the document you would like validated: + Choose the document you would like validated: </p> - - <form action="validator" method="post" enctype="multipart/form-data"> - <p>Upload a CSS source file</p> + <p>Local file: <input type="file" name="file" size="60" /><br /> Warnings : @@ -40,7 +55,7 @@ <option selected="selected" value="1">Normal report</option> <option value="0">Most important</option> <option value="no">No warnings</option> - </select><br /> + </select> <!-- <input type="checkbox" name="error" value="no">Don't show errors --> Profile : @@ -50,8 +65,8 @@ <option selected="selected" value="css2">CSS version 2</option> <option value="css3">CSS version 3</option> <option value="svg">SVG</option> - <option value="svgbasic">SVG basic</option> - <option value="svgtiny">SVG tiny</option> + <option value="svgbasic">SVG Basic</option> + <option value="svgtiny">SVG Tiny</option> <option value="mobile">mobile</option> <option value="atsc-tv">ATSC TV profile</option> <option value="tv">TV profile</option> @@ -70,25 +85,53 @@ <option value="tty">tty</option> <option value="tv">tv</option> <option value="presentation">presentation</option> - </select><br /> + </select> + </p> - <br /> + <p> <input type="submit" value="Submit this CSS file for validation" /> - <input type="reset" name="Reset" value="Reset this form" /> - + </p> </form> - - - <br /> - <br /> - <p> - To work as intended, your CSS style sheet needs a correct document parse - tree. This means you should use <a href="http://validator.w3.org/">valid - HTML</a>. + </fieldset> + + <p> + <strong>Note</strong>: If you want to validate your CSS style sheet embedded + in an (X)HTML document, you should first <a href="http://validator.w3.org/">check + that the (X)HTML you use is valid</a>. + </p> + </div> + </div><!-- End of "main" DIV. --> + +<address> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" + alt="Valid XHTML 1.0!" /></a> + <a class="right" href="http://jigsaw.w3.org/css-validator"> + <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" + alt="Valid CSS!" /></a> + <a title="Send Feedback for the W3C CSS Validation Service" + href="Email">The W3C CSS Validator Team</a><br /> + $Date$ + <!-- SSI Template Version: $Id$ --> + </address> + <p class="copyright"> + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2004 + <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® + (<a href="http://www.lcs.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, + <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), + All Rights Reserved. + W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, + <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> + and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> + rules apply. Your interactions with this site are in accordance + with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and + <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy + statements. </p> - - <hr /> - <address><a href="Email.html">validator-css</a></address><br /> - $Date$ + + </body> </html> + Index: validator.html.en =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.en,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- validator.html.en 25 Apr 2004 23:15:19 -0000 1.7 +++ validator.html.en 26 Apr 2004 02:07:12 -0000 1.8 @@ -11,9 +11,11 @@ </head> <body> + <div id="banner"> <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> CSS Validation Service</h1> + </div> <ul class="navbar" id="menu"> <li> <span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> @@ -24,35 +26,6 @@ <li><a href="http://jigsaw.w3.org/css-validator/thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li> </ul> - <dl class="navbar" id="misclinks"> - <dt>Validation</dt> - <dd><ul> - <li><a href="validator-uri">by URI</a></li> - <li><a href="validator-upload">by File Upload</a></li> - <li><a href="validator-text">by direct input</a></li> - </ul> - </dd> - - <dt>Tools</dt> - <dd><ul> - <li><a href="http://validator.w3.org/" class="offsite" title="The W3C Markup Validator">Markup Validator</a></li> - <li><a href="./checklink" class="offsite" title="The W3C Link Checker">Link Checker</a></li> - <li><a href="http://www.w3.org/People/Raggett/tidy/" class="offsite" title="The HTML Tidy Home Page"><acronym title="HyperText Markup Language">HTML</acronym> Tidy</a></li> - <li><a href="http://cgi.w3.org/cgi-bin/tidy" class="offsite" title="The HTML Tidy Tool Online">Tidy Online</a></li> - </ul></dd> - <dt>Style</dt> - <dd><ul> - <li><a href="http://www.w3.org/TR/REC-CSS1" class="offsite" title="The CSS Level 1 Recommendation"><acronym title="Cascading Style Sheets">CSS</acronym> Level 1</a></li> - <li><a href="http://www.w3.org/TR/REC-CSS2" class="offsite" title="The CSS Level 2 Recommendation"><acronym title="Cascading Style Sheets">CSS</acronym> Level 2</a></li> - <li><a href="http://www.w3.org/TR/xsl/" class="offsite" title="The XSL 1.0 Recommendation"><acronym title="eXtensible Style Language">XSL</acronym> 1.0</a> </li> - </ul></dd> - <dt>HTML</dt> - <dd><ul> - <li><a href="http://www.w3.org/TR/xhtml11/" class="offsite" title="The XHTML 1.1 Recommendation"><acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 1.1</a></li> - <li><a href="http://www.w3.org/TR/xhtml1/" class="offsite" title="The XHTML 1.0 Recommendation"><acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 1.0</a></li> - <li><a href="http://www.w3.org/TR/html401/" class="offsite" title="The HTML 4.01 Recommendation"><acronym title="HyperText Markup Language">HTML</acronym> 4.01</a></li> - </ul></dd> - </dl> <div id="main"><!-- This DIV encapsulates everything in each actual page. --> @@ -72,6 +45,13 @@ <div> <h2>Validate Your Style Sheet</h2> + <p class="navigate"> + Validate your documents: + <a href="#validate-by-uri">by URI</a> | + <a href="#validate-by-upload">by File Upload</a> | + <a href="#validate-by-input">by direct Input</a> + </p> + <fieldset id="validate-by-uri"><legend>Validate by URI</legend> <form method="get" action="validator"> <p> @@ -81,7 +61,6 @@ <label title="Address of page to Validate" for="uri">Address: <input type="text" name="uri" id="uri" size="45" /></label> <label title="Submit file for validation"><input type="submit" value="Check" /></label> - <input type="reset" name="Reset" value="Reset this form" /> <input name="usermedium" value="all" type="hidden"></input> </p> </form> @@ -99,7 +78,6 @@ <input type="file" id="uploaded_file" name="uploaded_file" size="30" /> <input name="usermedium" value="all" type="hidden"></input> <label title="Submit file for validation"><input type="submit" value="Check" /></label> - <input type="reset" name="Reset" value="Reset this form" /> </p> </form> <p> @@ -117,7 +95,6 @@ <label title="Submit text for validation"> <input type="submit" value="Check" /> </label> - <input type="reset" name="Reset" value="Reset this form" /> </p> </form> <p> @@ -135,7 +112,7 @@ <a class="right" href="http://jigsaw.w3.org/css-validator"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a> - <a title="Send Feedback for the W3C CSS Validation Service" + <a title="Send Feedback for the W3C Markup Validation Service" href="Email">The W3C CSS Validator Team</a><br /> $Date$ <!-- SSI Template Version: $Id$ --> Index: validator-text.html.en =================================================================== RCS file: /sources/public/2002/css-validator/validator-text.html.en,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- validator-text.html.en 19 Aug 2002 07:43:26 -0000 1.6 +++ validator-text.html.en 26 Apr 2004 02:07:12 -0000 1.7 @@ -1,36 +1,51 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> +<?xml version="1.0"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>W3C CSS Validation Service</title> - <link href="style/general.css" type="text/css" rel="STYLESHEET" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> + <title>The W3C CSS Validation Service</title> + <link rev="made" href="mailto:www-validator@w3.org" /> + <link rev="start" href="./" title="Home Page" /> + <style type="text/css" media="all">@import "./base.css";</style> + <meta name="revision" content="$Id$" /> </head> + <body> - <a class="left" href="http://www.w3.org"><img - src="http://www.w3.org/Icons/w3c_home" border="0" alt="w3c" width="72" - height="48" /></a> - <a class="right" href="http://www.w3.org/Jigsaw/"><img - src="http://jigsaw.w3.org/Icons/jigpower.gif" alt="Jigsaw Powered" - border="0" width="94" height="52" /></a> - <br /> - <div class="t1">CSS</div> - <div class="t2">Validator</div> + <div id="banner"> + <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" + id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + CSS Validation Service</h1> + </div> + <ul class="navbar" id="menu"> + <li> + <span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> + <a href="./" accesskey="h" title="Go to the Home Page for The W3C CSS Validation Service">[<em>Home</em>]</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/Email" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/README.html" title="Documentation for this Service">Docs</a> <span class="hideme">|</span></li> + <li><a href="http://jigsaw.w3.org/css-validator/thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li> + </ul> - <h1>W3C CSS Validation Service</h1> - - <p> - Welcome to the W3C CSS Validation Service! - </p> - <hr /> - <h2>Validate your cascading style sheet</h2> - - <p> - Enter the CSS you would like validated: - </p> - + <div id="main"><!-- This DIV encapsulates everything in each actual page. --> + + + <div id="skip" class="intro"> + <p> + Welcome to the W3C CSS Validation Service; a free service that checks + Cascading Style Sheets (CSS) in (X)HTML documents or standalone for conformance + to W3C recommendations. + </p> + </div> + + <div> + <h2>Validate Your Style Sheet</h2> + + <fieldset id="validate-by-input"><legend>Validate by direct input</legend> <form action="validator" method="get"> - + <p> + Enter the CSS you would like validated: + </p> + <p> <textarea name="text" rows="12" cols="75"> </textarea><br /> @@ -40,8 +55,7 @@ <option selected="selected" value="1">Normal report</option> <option value="0">Most important</option> <option value="no">No warnings</option> - </select><br /> - <!-- <input type="checkbox" name="error" value="no">Don't show errors --> + </select> Profile : <select name="profile"> @@ -50,8 +64,8 @@ <option selected="selected" value="css2">CSS version 2</option> <option value="css3">CSS version 3</option> <option value="svg">SVG</option> - <option value="svgbasic">SVG basic</option> - <option value="svgtiny">SVG tiny</option> + <option value="svgbasic">SVG Basic</option> + <option value="svgtiny">SVG Tiny</option> <option value="mobile">mobile</option> <option value="atsc-tv">ATSC TV profile</option> <option value="tv">TV Profile</option> @@ -70,24 +84,47 @@ <option value="tty">tty</option> <option value="tv">tv</option> <option value="presentation">presentation</option> - </select><br /> - - <br /> + </select> + </p> + <p> <input type="submit" value="Submit this CSS for validation" /> - <input type="reset" name="Reset" value="Reset this form" /> - + </p> </form> +</fieldset> - - <br /> - <p> - To work as intended, your CSS style sheet needs a correct document parse - tree. This means you should use <a href="http://validator.w3.org/">valid - HTML</a>. +</div> + + </div><!-- End of "main" DIV. --> + <address> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" + alt="Valid XHTML 1.0!" /></a> + <a class="right" href="http://jigsaw.w3.org/css-validator"> + <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" + alt="Valid CSS!" /></a> + <a title="Send Feedback for the W3C Markup Validation Service" + href="Email">The W3C CSS Validator Team</a><br /> + $Date$ + <!-- SSI Template Version: $Id$ --> + </address> + <p class="copyright"> + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2003 + <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® + (<a href="http://www.lcs.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, + <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), + All Rights Reserved. + W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, + <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> + and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> + rules apply. Your interactions with this site are in accordance + with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and + <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy + statements. </p> - - <hr /> - <address><a href="Email.html">validator-css</a></address><br /> - $Date$ + + </body> </html> +
Received on Sunday, 25 April 2004 22:07:15 UTC