- From: CE Whitehead <cewcathar@hotmail.com>
- Date: Mon, 23 Apr 2007 13:55:41 -0400
- To: www-validator@w3.org
Hi, I do not know if this goes to the list or no. I'm new to the validator. I can provide the file if needed but the encoding that is getting the error is simply what is produced here! It's right below the policy footer which is unchanged from the original & validates! There are no leftover tags above. Thanks. --C. E. Whitehead cewcathar@hotmail.com * * * The validator was very helpful in catching a few typos in the first part of my code; but when I got to the note on the translation at the bottom, the validator grabbed a paragraph I had right below the validated policy footers (I have 2 paragraphs, both following the original format exactly except one is in French) and said that my p and hr elements were not open & did not need closing--the code is simiply as it is below-- this seems bizarre (you always close the hr element or I do--it's required in xhtml; this is html though but it's an option certainly; also elements can be embedded in other elements, except where a block element is embedded in an inline element, & that's not the problem here; the hr is used to divide off the statement saying that this document is a translation that the normative version is that of the W3C, etc.): 1. Error Line 2130, Column 42: end tag for element "HR" which is not open. <p align="left"><hr width="90%"> </hr></p> The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. 2. Error Line 2130, Column 46: end tag for element "P" which is not open. <p align="left"><hr width="90%"> </hr></p> The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. * * * Here is the code at the bottom of my document; no error till I get to the one above (the lines in question are at the very bottom of the code quoted below): <p align="left"><i><a href="http://www.w3.org/People/Raggett">Dave Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>></i></p> <p class="policyfooter"><small><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/2002/ipr-notice-20021231">Droit de copie</a> © 1994-2003 <a href="http://www.w3.org"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<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">l'ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), Tous droits réservés. Les accords du W3C de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">responsabilité</a>, de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">marque</a>, <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">d'utilisation de document</a> et <a rel="Copyright" href="http://www.w3.org//Consortium/Legal/copyright-software">de licenses sur les logiciels</a> s'appliquent toujours [pour cette traduction ainsi que pour le document original]. Vos interactions avec le site http://www.w3.org se conforment à nos déclarations de confidentialité <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publiques</a> et <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">particulières [à des membres individuels]</a>.</small></p> <p class="policyfooter" lang="en"><small><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2003 <a href="/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<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 [in the case of this translation as well as in the case of the original document]. 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.</small></p> <p align="left"><hr width="90%"> </hr></p> Thanks, --C. E. Whitehead cewcathar@hotmail.com _________________________________________________________________ MSN is giving away a trip to Vegas to see Elton John. Enter to win today. http://msnconcertcontest.com?icid-nceltontagline
Received on Monday, 23 April 2007 17:55:58 UTC