HRWiki talk:Validation committee

From Homestar Runner Wiki

Revision as of 19:29, 13 April 2005 by Homestar Coder (Talk | contribs)
Jump to: navigation, search

So... what is the point of this committee, exactly? Shouldn't everybody be replacing "bad code" when they see it? And what is wrong with the font tag? Are we getting rid of all HTML? Aurora the Homestar Coder 18:57, 13 Apr 2005 (UTC)

Nothing is necessarily wrong with the <font> tag, except that it is only valid for older versions of HTML. The wiki uses XHTML 1.0, and the <font> tag is deprecated in that language, meaning it is no longer in use and will invalidate your page if you use it. Invalid pages may not display properly in some browsers. Instead, you should use the more appropriate <span> tag. JoeyDay (Talk) 19:23, 13 Apr 2005 (UTC)
I did not know that! Uh... dag, I've been littering pages with the "font" tag thanks to my signature. Uh... I'ma go fix that now... *runs away sheepishly* Aurora the Homestar Coder 19:24, 13 Apr 2005 (UTC)
It is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary. For instance, your <font color=#8B0000> isn't valid. Instead try <font color="#8B0000">. -- Tom 19:27, 13 Apr 2005 (UTC)
Is my signature fixed now? I checked this page: http://www.w3.org/TR/REC-html40/index/attributes.html (this might be a good page to link to, as it's a comprehensive list of deprecated tags according to W3). Aurora the Homestar Coder 19:29, 13 Apr 2005 (UTC)
Personal tools