Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

HRWiki Validation committee

From HR Wiki Twice
Revision as of 14:24, 14 July 2026 by imported>HRWikiMirrorBot (Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Shortcut:

HRW:VC

The validation 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.

Tasks

First order of business — font tags

There are many text 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 everyone to text. This method is much more forward compatible.

Second order of business — tag ordering

Another major problem that people tend to do is end their tags in the wrong order. For example, someone might put Homestar Runner''. This causes major issues with XHTML (or any HTML for that matter) and should be rectified to Homestar Runner.

Tools

Firefox validation extension

The HTML Validator is available for Mozilla Firefox users. It uses a built-in parser to check the validity of a page as after it is rendered; the results of which are displayed in the status bar. This extension is recommended for all validation committee members who use Firefox.

Internet Explorer Developer Toolbar

Similar functionality can be enabled in Internet Explorer versions 6 and 7 by using the Developer Toolbar. This toolbar allows a user to open the W3C validation for that page. Users of Internet Explorer versions 8 and 9 now may access this functionality by pressing F12. An user can then open the "Validate" menu located at the top of the window, and choose "HTML".

Opera validation

The Opera browser can open a W3C validation of the current page. It is available in the contextual menu within the page view.

Online Validator

Pages may be validated online using the W3C Validation Tool.

Members