diff --git a/bower.json b/bower.json index 289d58d..13b0d69 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize.styl", - "version": "3.0.2", + "version": "3.0.3", "main": "normalize.styl", "author": [ "Nicolas Gallagher", "Mathias Brouilly" ], "ignore": [] diff --git a/normalize.styl b/normalize.styl index 4087ad1..67fd586 100644 --- a/normalize.styl +++ b/normalize.styl @@ -1,9 +1,9 @@ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. + * 2. Prevent iOS and IE text size adjust after device orientation change, + * without disabling user zoom. */ html @@ -66,7 +66,7 @@ audio:not([controls]) /** * Address `[hidden]` styling not present in IE 8/9/10. - * Hide the `template` element in IE, Safari, and Firefox < 22. + * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], @@ -78,7 +78,8 @@ template /** * 1. Remove the gray background color from active links in IE 10. - * 2. Improve readability when focused and also mouse hovered in all browsers. + * 2. Improve readability of focused elements when they are also in + * an active/hover state. */ a @@ -185,7 +186,6 @@ figure */ hr - -moz-box-sizing: content-box box-sizing: content-box height: 0 @@ -241,7 +241,7 @@ button /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ @@ -314,15 +314,12 @@ input[type="number"]::-webkit-outer-spin-button /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome - * (include `-moz` to future-proof). + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type="search"] -webkit-appearance: textfield // 1 - -moz-box-sizing: content-box - -webkit-box-sizing: content-box // 2 - box-sizing: content-box + box-sizing: content-box // 2 /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. @@ -381,3 +378,4 @@ table td, th padding: 0 +