HRWiki:Validation committee
From Homestar Runner Wiki
(The perfect committee!) |
(rm maintenance cat since this is now mostly of historical value) |
||
(includes 41 intermediate revisions) | |||
Line 1: | Line 1: | ||
- | + | {{shortcut|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. | ||
- | == First order of business | + | == Tasks == |
- | There are many <nowiki><font color=" | + | === First order of business {{--}} font tags === |
+ | There are many <nowiki><font color="red">text</font></nowiki> 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 <nowiki><span style="color:#rgb;">text</span></nowiki>. This method is much more forward compatible. | ||
- | == | + | === Second order of business {{--}} tag ordering === |
- | For | + | Another major problem that people tend to do is end their tags in the wrong order. For example, someone might put <nowiki>''[[Homestar Runner'']]</nowiki>. This causes major issues with XHTML (or any HTML for that matter) and should be rectified to <nowiki>''[[Homestar Runner]]''</nowiki>. |
- | == | + | == Tools == |
+ | === Firefox validation extension === | ||
+ | The [https://addons.mozilla.org/firefox/addon/html-validator/ HTML Validator] is available for [http://www.getfirefox.com 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. | ||
- | #[[User:JoeyDay|JoeyDay]] | + | === Internet Explorer Developer Toolbar === |
- | #[[User:Tom|Tom]] | + | Similar functionality can be enabled in Internet Explorer versions 6 and 7 by using the [http://www.microsoft.com/downloads/en/details.aspx?familyid=95E06CBE-4940-4218-B75D-B8856FCED535&displaylang=en 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". |
- | #[[User:The Paper|The Paper]] | + | |
- | #[[User: | + | === Opera validation === |
- | #[[User:Ed smildE|Ed smildE]] | + | The [http://www.opera.com/products/desktop/ Opera browser] can open a W3C validation of the current page. It is available in the [[Wikipedia:Context menu|contextual menu]] within the page view. |
- | #[[User: | + | |
- | #[[User: | + | === Online Validator === |
- | #[[User:Stinkoman K|Stinkoman K]] | + | Pages may be validated online using the {{pl|l=http://validator.w3.org/check?uri={{fullurl:{{FULLPAGENAME}}}} W3C Validation Tool}}. |
- | #[[User:AtionSong|AtionSong]] | + | |
- | #[[User:Jweb Guru|Jweb Guru]] | + | == Members == |
+ | <table width="100%"> | ||
+ | <autocolumn cols="2" width="25%"> | ||
+ | #[[User:JoeyDay|JoeyDay]] 18:39, 13 April 2005 (UTC) | ||
+ | #[[User:Tom|Tom]] 18:45, 13 April 2005 (UTC) | ||
+ | #[[User:The Paper|The Paper]] 23:00, 13 April 2005 (UTC) | ||
+ | #[[User:Rob|Rob]] 02:46, 16 April 2005 (UTC) | ||
+ | #[[User:Ed smildE|Ed smildE]] 20:55, 16 April 2005 (UTC) | ||
+ | #[[User:woddfellow2|woddfellow2]] 08:25, 19 April 2005 (UTC) | ||
+ | #[[User:firefoxman|firefoxman]] 00:11, 30 April 2005 (UTC) | ||
+ | #[[User:Stinkoman K|Stinkoman K]] 22:33, 13 September 2005 (UTC) | ||
+ | #[[User:AtionSong|AtionSong]] 18:52, 24 December 2005 (UTC) | ||
+ | #[[User:Jweb Guru|Jweb Guru]] 17:42, 26 February 2006 (UTC) | ||
+ | #[[User:Phlip|Phlip]] 01:58, 27 February 2006 (UTC) | ||
+ | #[[User:Jmoney|Jmoney]] 19:38, 21 November 2006 (EST) | ||
+ | #[[User:Ten Ten|Ten Ten]] 03:16, 6 February 2007 (UTC) | ||
+ | #[[User:Techgeekmbg|Techgeekmbg]] 19:40, 18 June 2007 (EST) | ||
+ | #[[User:Foop|Foop]] 5:13, 15 August 2007 (UTC) | ||
+ | #[[User:slipknot6477|slipknot6477]] 14:07, 29 October 2007 (UTC) | ||
+ | #[[User:Wichesbrew82|Wichesbrew82]] 00:07, 11 February 2008 (UTC) | ||
+ | #[[User:DevonM|DevonM]] 3:17, 17 May 2008 (UTC) | ||
+ | #[[User:MichaelXX2|MichaelXX2]] 15:03, 28 May 2008 (UTC) | ||
+ | #[[User:Bluebry|Bluebry]] 00:38, 4 July 2008 (UTC) | ||
+ | #[[User:Sylar|Sylar]] 20:38, 4 November 2008 (UTC) | ||
+ | #[[User:Thy Not Dennis|Thy Not Dennis]] 21:38, 28 April 2009 (UTC) | ||
+ | #[[User:That'sBupkis|That'sBupkis]] 01:15, 20 September 2009 (UTC) | ||
+ | #[[User:Soiled Bargains|Soiled Bargains]] 02:41, 17 December 2010 (UTC) | ||
+ | </autocolumn> | ||
+ | </table> | ||
- | [[Category:HRWiki Committees | + | [[Category:HRWiki Committees|{{PAGENAME}}]] |
- | + |
Current revision as of 13:58, 28 December 2023
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.
Contents |
[edit] Tasks
[edit] First order of business — font tags
There are many <font color="red">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 everyone to <span style="color:#rgb;">text</span>. This method is much more forward compatible.
[edit] 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]]''.
[edit] Tools
[edit] 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.
[edit] 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".
[edit] 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.
[edit] Online Validator
Pages may be validated online using the W3C Validation Tool.
[edit] Members
|
|