diff options
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 186 |
1 files changed, 79 insertions, 107 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 062df42..9e7b475 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,121 +1,93 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.79 2006-11-15 08:02:45 ot Exp $" ---><!--#set var="date" value="\$Date: 2006-11-15 08:02:45 $" +<!--#set var="revision" value="\$Id: index.html,v 1.80 2007-02-20 01:56:44 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-02-20 01:56:44 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> - <div id="head"> +<p id="tagline"> +Check the markup (HTML, XHTML) of Web documents +</p> - <div id="jumpbar"> - Validate: - <ul> - <li><a href="#validate-by-uri" title="validate an online document by entering their URL">by URL</a></li> - <li><a href="#validate-by-upload" title="validate a local document by uploading it to the validator">by File Upload</a></li> - <li><a href="#validate-by-input" title="validate a local document by pasting its source in a text field">by direct Input</a></li> - </ul> - </div> - - - </div><!-- end of "head" --> +<div id="frontforms"> +<ul class="tabset_tabs"><li><a href="#validate-by-uri" class="active">by URI</a></li><li><a href="#validate-by-upload">by File Upload</a></li><li><a href="#validate-by-input">by direct Input</a></li></ul> +<div id="fields"> +<fieldset id="validate-by-uri" class="tabset_content front"><legend class="tabset_label">Validate by URI</legend> + <form method="get" action="check"> + <p class="instructions"> + Validate a document online: + </p> + <p> + <label title="Address of page to Validate" for="uri">Address:</label> + <input type="text" name="uri" id="uri" size="45" /> + </p> + <fieldset id="extra_opt_uri" class="moreoptions alttoggle closed"> + <legend class="toggletext">More Options</legend> + <!--#set var="fieldset_id" value="uri"--> + <!--#include virtual="detailed-form.html" --> + </fieldset><!-- invisible --> + <p class="submit_button"><label title="Submit file for validation"><input type="submit" value="Check" /></label></p> + </form> +</fieldset> - <div class="intro"> - <p><a name="skip" id="skip"></a> - This is the W3C Markup Validation Service, a free service that checks Web - documents in formats like HTML and XHTML for conformance to W3C Recommendations - and other standards.</p> - <p> - if you wish to validate specific content such as +<fieldset id="validate-by-upload" class="tabset_content front"><legend class="tabset_label">Validate by File Upload</legend> +<form method="post" enctype="multipart/form-data" action="check"> + <p class="instructions">Upload a document for validation:</p> + <p><label title="Choose a Local File to Upload and Validate" for="uploaded_file">File:</label> + <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></p> + <fieldset id="extra_opt_upload" class="moreoptions alttoggle closed"> + <legend class="toggletext">More Options</legend> + <!--#set var="fieldset_id" value="upload"--> + <!--#include virtual="detailed-form.html" --> + </fieldset><!-- invisible --> + <p class="submit_button"><label title="Submit file for validation"><input type="submit" value="Check" /></label></p> +</form> + <p><strong>Note</strong>: file upload may not work with Internet + Explorer on some versions of Windows XP Service Pack 2, see our + <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a> + on the W3C QA Website.</p> + +</fieldset> + <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validate by direct input</legend> + <form method="post" enctype="multipart/form-data" action="check"> + <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br /> + + <textarea id="fragment" name="fragment" rows="12" cols="70"></textarea> + <br /><label for="parsemodel">Treat as:</label> + <select id="parsemodel" name="parsemodel"> + <option value="sgml">HTML</option> + <option value="xml">XML (and XHTML)</option> + </select> + </p> + <fieldset id="extra_opt_direct" class="moreoptions alttoggle closed"> + <legend class="toggletext">More Options</legend> + <table> + <!--#set var="fieldset_id" value="direct"--> + <!--#include virtual="detailed-form_directinput.html" --> + </table> + </fieldset><!-- invisible --> + + <p class="submit_button"> + <input type="submit" value="Validate this document" /> + <input type="reset" value="Reset this form" /> + </p> + + </form> + </fieldset> + </div><!-- fields --> + </div> <!-- frontforms --> +<div class="intro"> + <p> + This validator checks markup of Web documents in HTML, XHTML, SMIL, MathML, etc. + If you wish to validate specific content such as <a href="http://validator.w3.org/feed/">RSS/Atom feeds</a> or <a href="http://jigsaw.w3.org/css-validator/">CSS stylesheets</a> or to <a href="http://validator.w3.org/checklink">find broken links</a>, there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available. </p> - </div> - - - <div> - <h2>Validate Your Markup</h2> - - <fieldset class="front" id="validate-by-uri"><legend>Validate by URL</legend> - <form method="get" action="check"> - <p> - <label title="Address of page to Validate" for="uri">Address: - <input id="uri" name="uri" size="40" /></label> - <label title="Submit URL for validation"><input type="submit" value="Check" /></label> - </p> - </form> - <p> - Enter the <abbr title="Uniform Resource Locator">URL</abbr> of the page - you want to check. Advanced options are available from the <a - title="Extended Interface to the W3C Markup Validation Service" - href="detailed.html">Extended Interface</a>. - </p> - </fieldset> - <br /> - <fieldset class="front" id="validate-by-upload"><legend>Validate by File Upload</legend> - <form method="post" enctype="multipart/form-data" action="check"> - <p> - <label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File: - <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label> - <label title="Submit file for validation"><input type="submit" value="Check" /></label> - </p> - </form> - <p> - Select the file you want to upload and check. Advanced options are - available from the <a - title="File Upload Interface to the W3C Markup Validation Service" - href="file-upload.html">Extended File Upload Interface</a>. - </p> - <p><strong>Note</strong>: file upload may not work with Internet - Explorer on some versions of Windows XP Service Pack 2, see our - <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a> - on the W3C QA Website.</p> - </fieldset> - <br /> - <fieldset class="front" id="validate-by-input"><legend>Validate by Direct Input</legend> - <form method="post" enctype="multipart/form-data" action="check"> - <p>Input the markup you would like to validate in the text area below:</p> - <p> - <label title="Paste a complete (HTML) Document here" for="fragment"> - <textarea cols="75" rows="12" name="fragment" id="fragment"></textarea></label><br /> - <label title="Submit markup for validation"><input type="submit" value="Check" /></label> - </p> - </form> - <p>Only complete documents (along with a - <a href="docs/help.html#faq-doctype">Doctype declaration</a>) will be validated. - Advanced options are available from the - <a href="fragment-upload.html">Extended Direct Input Interface</a>.</p> - </fieldset> - - </div> - - <div id="recent"> - <h2>Recent Updates</h2> - <dl id="news"> - - <dt><a href="whatsnew.html#t2006-11-14">2006-11-14</a>: Markup Validator v0.7.4 Released</dt> - <dd> - Maintenance release of the Markup Validator, including bug fixes to the API, - documentation updates and the return of the outline feature. - </dd> - <dt><a href="whatsnew.html#t2006-10-23">2006-10-23</a>: Markup Validator v0.7.3 Released</dt> - <dd> - Maintenance release of the Markup Validator, including fixes, updates, and adding an - experimental API to interface the validator with other programs and services. - </dd> - - </dl> - <p class="intro"> - These are the most recent major changes to this service. See - "<a href="whatsnew.html">What's New</a>" for more details. - News for this service are also available as <a href="whatsnew.atom">an ATOM feed</a>. - </p> - </div> - - + <p>This is the markup Validator v0.8.0-dev. + Latest Stable release of the validator was + <a href="whatsnew.html#t2006-11-14">version 0.7.4, released 14 Nov, 2006</a>.</p> +</div> <!--#include virtual="footer.html" --> - </body> -</html> - |