diff options
author | ot <ot@localhost> | 2007-05-31 02:32:14 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-31 02:32:14 +0000 |
commit | 74076c8b3aa0038723ab77e9ec40dbf7abe65499 (patch) | |
tree | 3ae1464f041a50332ab167378058ea37926bb0f3 /htdocs/docs | |
parent | 2230ea5f39406b35c4d02f800d464a6d9a90fc51 (diff) | |
download | markup-validator-74076c8b3aa0038723ab77e9ec40dbf7abe65499.zip markup-validator-74076c8b3aa0038723ab77e9ec40dbf7abe65499.tar.gz markup-validator-74076c8b3aa0038723ab77e9ec40dbf7abe65499.tar.bz2 |
In collaboration with (and mostly courtesy of) Valerio Proietti (mad4milk/mootools),
cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator.
Changes include:
* cleaner CSS for the UI
* (more) accessible, gracefully degrading tab and toggle scripting
* smooth, unobtrusive transition effects
* form styling
* Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view"
(e.g one can link directly to the "by upload", "with options toggled on"
this was an issue in earlier toggle script versions for the CSS validator
* scripting with smaller footprint
* minor CSS changes (page and UI takes all width, etc)
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/errors.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index ea65e8e..005c8d8 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,9 +1,9 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.39 2007-05-07 14:43:29 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-05-07 14:43:29 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.40 2007-05-31 02:32:14 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-05-31 02:32:14 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> - +<div class="doc"> <h2 id="skip">Explanation of the error messages<br /> for the W3C Markup Validator</h2> <h3 id="TableOfContents">Table of Contents</h3> @@ -214,8 +214,8 @@ <p> Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element - is "not finished", not complete. For instance, <head> generally - requires a <title>, lists (ul, ol, dl) require list items (li, + is "not finished", not complete. For instance, in HTML the <head> element + must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on. </p> </div> @@ -3235,6 +3235,7 @@ </ul> </div> +</div><!-- doc --> <!--#include virtual="../footer.html" --> </body> </html> |