Changes between Version 3 and Version 4 of javascriptRules
- Timestamp:
- 01/19/12 16:36:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
javascriptRules
v3 v4 9 9 * Many of the bellow listed thing are similar. 10 10 11 == HTML /CSSrules ==11 == HTML rules == 12 12 * The style attribute of HTML tags should not be used, if possible. 13 13 * Presentational HTML tags such as <font> should not be used at all. … … 18 18 * Avoid inline event handlers. (like <div onclick='function (e) {code, code, code, code}'>) 19 19 * Dynamically add markup that has no purpose when JavaScript is disabled by the user. 20 * See the CSS rules : [wiki:CssRules] . 20 21 21 22 = JavaScript rules =