126
edits
(→Style) |
(added html, css and js standards) |
||
| Line 14: | Line 14: | ||
** @return - define all retvals and their type/purpose | ** @return - define all retvals and their type/purpose | ||
* // style comments can be used for smaller statements, just footnotes. If the footnote turns into an essay, use /** */ | * // style comments can be used for smaller statements, just footnotes. If the footnote turns into an essay, use /** */ | ||
= HTML = | |||
HTML 4.01 Strict | |||
Close and nest your tags correctly, as if you were writing XHTML. | |||
= CSS = | |||
Valid | |||
= JavaScript = | |||
No errors with javascript.options.strict set to true | |||
= Testing = | = Testing = | ||
* [[Update:Remora_Testing|Remora Testing Page]] | * [[Update:Remora_Testing|Remora Testing Page]] | ||
edits