Edgewall Software

Changes between Version 21 and Version 22 of TracDev/CodingStyle


Ignore:
Timestamp:
Jan 14, 2015, 2:27:25 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Start to document HTML style guidelines.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CodingStyle

    v21 v22  
    6060* Prefix variables containing a jQuery object with `$`.
    6161
     62== HTML
     63
     64* Add a single whitespace before the closing bracket, `/>`, in empty tags. For example, `<br />` and `<input type="text" ... />`.
     65
    6266----
    6367See also: TracDev