- From: Tatham Oddie <tatham@oddie.com.au>
- Date: Thu, 4 Feb 2010 22:57:18 +1100
- To: "'Cory S'" <veneno-games@hotmail.com>
- Cc: <www-validator@w3.org>
- Message-ID: <014901caa591$347fc470$9d7f4d50$@com.au>
Hi Cory, All of David's points are correct, and after I got through the first few errors the validations messages were actually all pretty clear. You started with 48 errors and 20 warnings. I have no reduced this to 11 errors and 0 warnings. The remaining errors are all still errors in your own source, not the validator, and relate to how you're using Flash. To fix the remaining errors, look at using either Flash Satay (http://www.alistapart.com/articles/flashsatay) or SWFObject (http://code.google.com/p/swfobject/). Note that I did the bare minimum work required to make this file technically validate. It by no means represents best practice design. If you want to improve it (which I assume you do if you're competing) then you should start by moving all of the styling out of the HTML and into the CSS. The words "align", "width" and "height" should not be anywhere in your HTML. I've attached the original HTML, the improved HTML and a patch file that shows exactly what changes I made. Good luck! Thanks, Tatham Oddie au mob: +61 414 275 989, us cell: +1 213 422 7068, skype: tathamoddie, landline: +61 2 8011 3982, fax: +61 2 9475 5172 my business: <http://tixi.com.au/> tixi.com.au - Ticketing without the dramas From: www-validator-request@w3.org [mailto:www-validator-request@w3.org] On Behalf Of Tatham Oddie Sent: Thursday, 4 February 2010 10:34 PM To: 'Cory S'; www-validator@w3.org Subject: RE: Validator Trouble Hi Cory, These are actually all issues in the source, although relatively hard to pick up. In this case the error messaging really isn't helping you too much. Give me a few mins and I'll have a more complete response for you with what you need to do. Thanks, Tatham Oddie au mob: +61 414 275 989, us cell: +1 213 422 7068, skype: tathamoddie, landline: +61 2 8011 3982, fax: +61 2 9475 5172 my business: <http://tixi.com.au/> tixi.com.au - Ticketing without the dramas From: www-validator-request@w3.org [mailto:www-validator-request@w3.org] On Behalf Of Cory S Sent: Thursday, 4 February 2010 1:10 PM To: www-validator@w3.org Subject: Validator Trouble When checking the FRC Robotics website I'm making (http://www.othsrobotics.ca <http://www.othsrobotics.ca/> ), I ran into some issues with the validator. As you might be aware, the First Robotics Competition holds a website competition for its teams. One aspect of this competition is to be validated by the W3C validator. However, there are a few issues I think are issues with the validator, and/or don't know how to fix them. A few examples of some issues: 1) Line 46, Column 35: Attribute "ALIGN" is not a valid attribute. Did you mean "align"? This doesn't make any sense whatsoever. As you can see in the source, and in this error message, what I wrote was obviously correct, as it states align!=align, which it obviously is. This problem is seen throughout the document for WIDTH, HEIGHT, etc. 2) Line 36, Column 7: end tag for element "HEAD" which is not open If you check the source, the element <head> was actually open... This also happens with <center> and <param> later in the document. 3) Line 134, Column 98: general entity "hl" not defined and no default entity In the validator, you'll notice that this problem is being mentioned inside of an embedded youtube video url, meaning that it shouldn't be being validated. This happens quite a few times every time I link a youtube video. 4) Line 173, Column 4: NET-enabling start-tag requires SHORTTAG YES When I state <br/>, it finds an error for it, even though it is the correct html code for line break. 5) Line 195, Column 427: non SGML character number 146 When I state the character " in my text and paragraphs, it finds it an error for some reason. When I try 34& (the html term for " ), it only ends up messing with the page. If you can get back to me with a way to fix these problems, which I'm sure a few of them shouldn't be actual errors, it would be greatly appreciated. The contest ends February 16th and I need my website to be validated by then. Thanks, -Cory Sulpizi, Web Admin for Team 1334 Robotics _____ All your Hotmail contacts on your phone. Try it now. <http://go.microsoft.com/?linkid=9708118>
Attachments
- text/html attachment: original.htm
- text/html attachment: improved.htm
- application/octet-stream attachment: diff.patch
Received on Thursday, 4 February 2010 11:57:43 UTC