HRWiki:Validation committee
From Homestar Runner Wiki
(Difference between revisions)
(sounds fun) |
m (→Current Members) |
||
Line 9: | Line 9: | ||
*--[[User:The Paper|<sup>THE PAPER</sup>]] 23:00, 13 Apr 2005 (UTC) | *--[[User:The Paper|<sup>THE PAPER</sup>]] 23:00, 13 Apr 2005 (UTC) | ||
*[[User:Rainer|R<small>AINER</small>]]<sup>[[User talk:Rainer|talk</sup>]] 02:46, 16 Apr 2005 (UTC) | *[[User:Rainer|R<small>AINER</small>]]<sup>[[User talk:Rainer|talk</sup>]] 02:46, 16 Apr 2005 (UTC) | ||
- | *[[User:Ed smildE|<font face="tw cen mt">E<small>D</small>S<small>MILDE</small></font>]] | + | *[[User:Ed smildE|<font face="tw cen mt">E<small>D</small>S<small>MILDE</small></font>]] 21:56, 16 Apr 2005 (UTC) |
Revision as of 20:56, 16 April 2005
This committee helps to ensure that all wiki pages validate as proper XHTML and CSS. This means stripping out bad code, replacing it with good code, and helping to educate our community on what tags can and can't be used in valid code.
First order of business — font tags
There are a lot of <font color="ABC">text</font> tags hanging out here and there. Many people are using them in their sigs. Since font tags are allowed in XHTML 1.0 Transitional, it's okay if people want to continue using them, but they should make sure to enclose the color declaration in quotation marks to keep things valid. However, we should try to switch to everyone to <span style="color: #abc;">text</span>. This method is much more forward compatible.