Engineering/Coding Standards/HTML And CSS/

HTML and CSS Standards

Audacia’s HTML and CSS standards are based on Google’s Style Guide, with the following deviations:

  • Removed indentation rule as consistency within a codebase is more important than following a specific rule
  • Removed action items as TODOs should be discouraged
  • Elements in all code examples closed (see here for an example of non-closed elements)
  • Removed optional tags