**[⬅ Back to root](/../../#readme)** # Code standards and style Helps with code reviews. Helps with coding. Helps with maintainability. ## Basic style recommendations - Line length should be limited to 120 characters. Use your editor's ruler settings. - Tabs are 2 characters, and thus indentations are also 2 characters. --- ## HTML See: [HTML standards](markup.md) ## CSS See: [CSS standards](stylesheets.md) ## JS See: [JS standards](javascript.md) --- ## Browser support (TODO: replace with more central doc) All components have to work on the below browsers: | Browser | Version | Platform | Engine | | ----------------- | ----------------- | ----------- | -------- | | Internet Explorer | 11 | Windows 8.1 | Trident | | Edge | Latest | Windows 10 | EdgeHTML | | Firefox | Latest | OS X | Gecko | | Firefox | Latest | Windows 10 | Gecko | | Firefox | Latest | Android 6 | Gecko | | Chrome | Latest | OS X | Blink | | Chrome | Latest | Windows 10 | Blink | | Chrome | Latest | Android 4.0 | Blink | | Chrome | Latest | Android 6 | Blink | | Safari | Latest (11) | OS X | WebKit | | Safari | Latest - 1 ( 10 ) | iOS | WebKit | _Subset of the [govau/design-system-components](https://github.com/govau/design-system-components/blob/master/README.md) supported browsers._