HTML5-Reset icon indicating copy to clipboard operation
HTML5-Reset copied to clipboard

A simple set of best practices to get HTML5 projects off on the right foot.

Results 26 HTML5-Reset issues
Sort by recently updated
recently updated
newest added

1. Added a lime before the downloading code for clarification to the user of what it exactly means, in case the user is new to the concept. 2. Summarized two...

Uses tabs for indentation and spaces for alignment in header, since on Github they were all staggered around due to tab widths being 8 spaces.

bowser can be render border:0, but don't render border:none

- http://www.quirksmode.org/css/color/currentcolor.html - http://caniuse.com/#feat=currentcolor - https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#currentColor_keyword

Per bower/bower.json-spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property

Starting in version 39 of Chrome for Android on Lollipop, you’ll now be able to use the theme-color meta tag to set the toolbar color. More info: http://updates.html5rocks.com/2014/11/Support-for-theme-color-in-Chrome-39-for-Android

The [latest tagged version](https://github.com/murtaugh/HTML5-Reset/tree/2.1.2) is still tagged to commits from February. A new tag would make installation easier for bower users who want the latest commits.

IE8 & 9 are set to 'Display intranet sites in compatibility view'... they will drop into IE7 standards mode if you put the conditional comments where you've got them. (Sorry...

Border-box not working in some old browsers such as Firefox 27. Added cross-browser support.