- From: Joseph M. Reagle Jr. <reagle@w3.org>
- Date: Thu, 8 Mar 2001 15:14:31 -0500 (EST)
- To: Gerald Oskoboiny <gerald@w3.org>
- Cc: html-tidy@w3.org, Dave Raggett <dsr@w3.org>
Thankyou Gerald. I was getting confused because Validator was reporting problems due to a lack of ending </p> -- a problem with my HTML editor. However, I was getting confused because when I ran tidy, tidy wouldn't report this problem. However it would fix it, and depending on how long it took for the new version to make its way through cvs to validator, I got different results. tidy -m Overview.html Tidy (vers 30th April 2000) Parsing "Overview.html" "Overview.html" appears to be XHTML 1.0 Transitional no warnings or errors were found So, Dave could you have tidy report the lack of a closing paragraph as an error please? At 17:50 3/7/2001 -0500, Gerald Oskoboiny wrote: >On Wed, Feb 28, 2001 at 06:51:51PM -0500, Joseph M. Reagle Jr. wrote: > > At 04:28 2/28/2001 -0500, Gerald Oskoboiny wrote: > > >Here are the most frequently-requested HTML documents on our site > > >that do not validate, with the their overall rank and the number > > >of times they were requested from our site in the last 4 days. > > > > > > Rank Hits URI > > > ------ ------- > --------------------------------------------------------- > > > 150 968 http://www.w3.org/Encryption/2001/ > > > > I fixed it, though this happens a lot and I'm not really sure why. I run > > "tidy -m" over the document and it reports no errors, however it does > change > > the file, and upon committing whatever problem validator had seems to go > > away...? Can you give me your expert opinion on CVS version 1.14 and 1.15 > > [1] with respect to validity? When I do a diff [2], the differences seem > > inconsequential. > > > > [1] http://cvs.w3.org/Team/WWW/Encryption/2001/Overview.html > > [2] > http://cvs.w3.org/Team/WWW/Encryption/2001/Overview.html.diff?r1=1.14&r2=1.15 > >The diff is too noisy to be very useful, but checking out rev 1.14 >and uploading it to the validator, I see that at least a few of >the errors are a result of a missing </p> on line 74: > > Line 76, column 3: > > <ul> > ^ > > Error: element "ul" not allowed here; possible cause is an > inline element containing a block-level element > > Line 80, column 3: > > <h2><a id="Meetings" name="Meetings">Meetings</a> and > Teleconferences< ... > ^ > > Error: element "h2" not allowed here; possible cause is an > inline element containing a block-level element > > >[...] > > 72: <h2><a id="Code" name="Code">Public Code</a></h2> > 73: > 74: <p>The code below is not normative. It is provided for illustration > and reference only. > 75: > 76: <ul> > 77: <li>...</li> > 78: </ul> > >-- >Gerald Oskoboiny <gerald@w3.org> >http://www.w3.org/People/Gerald/ >tel:+1-613-261-6630 (mobile) __ Joseph Reagle Jr. http://www.w3.org/People/Reagle/ W3C Policy Analyst mailto:reagle@w3.org IETF/W3C XML-Signature Co-Chair http://www.w3.org/Signature W3C XML Encryption Chair http://www.w3.org/Encryption/2001/
Received on Thursday, 8 March 2001 16:03:24 UTC