Procházet zdrojové kódy

update normalize

the LESS version was missing stuff at the bottom
eddiemachado před 13 roky
rodič
revize
cfe69183ed
2 změnil soubory, kde provedl 317 přidání a 206 odebrání
  1. 133 91
      library/less/normalize.less
  2. 184 115
      library/scss/_normalize.scss

+ 133 - 91
library/less/normalize.less

@@ -1,11 +1,11 @@
-/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
+/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
 
-/* =============================================================================
+/* ==========================================================================
    HTML5 display definitions
    ========================================================================== */
 
 /*
- * Corrects block display not defined in IE6/7/8/9 & FF3
+ * Corrects `block` display not defined in IE6/7/8/9 & FF3.
  */
 
 article,
@@ -23,7 +23,7 @@ summary {
 }
 
 /*
- * Corrects inline-block display not defined in IE6/7/8/9 & FF3
+ * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
  */
 
 audio,
@@ -35,8 +35,8 @@ video {
 }
 
 /*
- * Prevents modern browsers from displaying 'audio' without controls
- * Remove excess height in iOS5 devices
+ * Prevents modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS5 devices.
  */
 
 audio:not([controls]) {
@@ -45,24 +45,23 @@ audio:not([controls]) {
 }
 
 /*
- * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
- * Known issue: no IE6 support
+ * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
+ * Known issue: no IE6 support.
  */
 
 [hidden] {
     display: none;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Base
    ========================================================================== */
 
 /*
- * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
- *    http://clagnut.com/blog/348/#c790
- * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
- *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
+ * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
+ *    `em` units.
+ * 2. Prevents iOS text size adjust after orientation change, without disabling
+ *    user zoom.
  */
 
 html {
@@ -72,7 +71,8 @@ html {
 }
 
 /*
- * Addresses font-family inconsistency between 'textarea' and other form elements.
+ * Addresses `font-family` inconsistency between `textarea` and other form
+ * elements.
  */
 
 html,
@@ -84,20 +84,19 @@ textarea {
 }
 
 /*
- * Addresses margins handled incorrectly in IE6/7
+ * Addresses margins handled incorrectly in IE6/7.
  */
 
 body {
     margin: 0;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Links
    ========================================================================== */
 
 /*
- * Addresses outline displayed oddly in Chrome
+ * Addresses `outline` inconsistency between Chrome and other browsers.
  */
 
 a:focus {
@@ -105,23 +104,22 @@ a:focus {
 }
 
 /*
- * Improves readability when focused and also mouse hovered in all browsers
+ * Improves readability when focused and also mouse hovered in all browsers.
  * people.opera.com/patrickl/experiments/keyboard/test
  */
 
-a:hover,
-a:active {
+a:active,
+a:hover {
     outline: 0;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Typography
    ========================================================================== */
 
 /*
- * Addresses font sizes and margins set differently in IE6/7
- * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
+ * Addresses font sizes and margins set differently in IE6/7.
+ * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
  */
 
 h1 {
@@ -155,7 +153,7 @@ h6 {
 }
 
 /*
- * Addresses styling not present in IE7/8/9, S5, Chrome
+ * Addresses styling not present in IE7/8/9, S5, Chrome.
  */
 
 abbr[title] {
@@ -163,8 +161,8 @@ abbr[title] {
 }
 
 /*
- * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
-*/
+ * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
+ */
 
 b,
 strong {
@@ -176,7 +174,7 @@ blockquote {
 }
 
 /*
- * Addresses styling not present in S5, Chrome
+ * Addresses styling not present in S5, Chrome.
  */
 
 dfn {
@@ -184,7 +182,7 @@ dfn {
 }
 
 /*
- * Addresses styling not present in IE6/7/8/9
+ * Addresses styling not present in IE6/7/8/9.
  */
 
 mark {
@@ -193,7 +191,7 @@ mark {
 }
 
 /*
- * Addresses margins set differently in IE6/7
+ * Addresses margins set differently in IE6/7.
  */
 
 p,
@@ -202,13 +200,13 @@ pre {
 }
 
 /*
- * Corrects font family set oddly in IE6, S4/5, Chrome
+ * Corrects font family set oddly in IE6, S4/5, Chrome.
  * en.wikipedia.org/wiki/User:Davidgothberg/Test59
  */
 
-pre,
 code,
 kbd,
+pre,
 samp {
     font-family: monospace, serif;
     _font-family: 'courier new', monospace;
@@ -216,7 +214,7 @@ samp {
 }
 
 /*
- * Improves readability of pre-formatted text in all browsers
+ * Improves readability of pre-formatted text in all browsers.
  */
 
 pre {
@@ -226,17 +224,16 @@ pre {
 }
 
 /*
- * 1. Addresses CSS quotes not supported in IE6/7
- * 2. Addresses quote property not supported in S4
+ * Addresses CSS quotes not supported in IE6/7.
  */
 
-/* 1 */
-
 q {
     quotes: none;
 }
 
-/* 2 */
+/*
+ * Addresses `quotes` property not supported in S4.
+ */
 
 q:before,
 q:after {
@@ -249,7 +246,7 @@ small {
 }
 
 /*
- * Prevents sub and sup affecting line-height in all browsers
+ * Prevents `sub` and `sup` affecting `line-height` in all browsers.
  * gist.github.com/413930
  */
 
@@ -269,13 +266,12 @@ sub {
     bottom: -0.25em;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Lists
    ========================================================================== */
 
 /*
- * Addresses margins set differently in IE6/7
+ * Addresses margins set differently in IE6/7.
  */
 
 dl,
@@ -290,7 +286,7 @@ dd {
 }
 
 /*
- * Addresses paddings set differently in IE6/7
+ * Addresses paddings set differently in IE6/7.
  */
 
 menu,
@@ -300,7 +296,7 @@ ul {
 }
 
 /*
- * Corrects list images handled incorrectly in IE7
+ * Corrects list images handled incorrectly in IE7.
  */
 
 nav ul,
@@ -309,14 +305,13 @@ nav ol {
     list-style-image: none;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Embedded content
    ========================================================================== */
 
 /*
- * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
- * 2. Improves image quality when scaled in IE7
+ * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
+ * 2. Improves image quality when scaled in IE7.
  *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
  */
 
@@ -326,33 +321,31 @@ img {
 }
 
 /*
- * Corrects overflow displayed oddly in IE9
+ * Corrects overflow displayed oddly in IE9.
  */
 
 svg:not(:root) {
     overflow: hidden;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Figures
    ========================================================================== */
 
 /*
- * Addresses margin not present in IE6/7/8/9, S5, O11
+ * Addresses margin not present in IE6/7/8/9, S5, O11.
  */
 
 figure {
     margin: 0;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Forms
    ========================================================================== */
 
 /*
- * Corrects margin displayed oddly in IE6/7
+ * Corrects margin displayed oddly in IE6/7.
  */
 
 form {
@@ -360,7 +353,7 @@ form {
 }
 
 /*
- * Define consistent border, margin, and padding
+ * Define consistent border, margin, and padding.
  */
 
 fieldset {
@@ -370,9 +363,9 @@ fieldset {
 }
 
 /*
- * 1. Corrects color not being inherited in IE6/7/8/9
- * 2. Corrects text not wrapping in FF3
- * 3. Corrects alignment displayed oddly in IE6/7
+ * 1. Corrects color not being inherited in IE6/7/8/9.
+ * 2. Corrects text not wrapping in FF3.
+ * 3. Corrects alignment displayed oddly in IE6/7.
  */
 
 legend {
@@ -383,9 +376,9 @@ legend {
 }
 
 /*
- * 1. Corrects font size not being inherited in all browsers
- * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
- * 3. Improves appearance and consistency in all browsers
+ * 1. Corrects font size not being inherited in all browsers.
+ * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
+ * 3. Improves appearance and consistency in all browsers.
  */
 
 button,
@@ -399,32 +392,36 @@ textarea {
 }
 
 /*
- * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
+ * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
+ * UA stylesheet.
  */
 
 button,
 input {
-    line-height: normal; /* 1 */
+    line-height: normal;
 }
 
 /*
- * 1. Improves usability and consistency of cursor style between image-type 'input' and others
- * 2. Corrects inability to style clickable 'input' types in iOS
- * 3. Removes inner spacing in IE7 without affecting normal text inputs
- *    Known issue: inner spacing remains in IE6
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ *    and `video` controls.
+ * 2. Corrects inability to style clickable `input` types in iOS.
+ * 3. Improves usability and consistency of cursor style between image-type
+ *    `input` and others.
+ * 4. Removes inner spacing in IE7 without affecting normal text inputs.
+ *    Known issue: inner spacing remains in IE6.
  */
 
 button,
-input[type="button"],
+html input[type="button"], /* 1 */
 input[type="reset"],
 input[type="submit"] {
-    cursor: pointer; /* 1 */
     -webkit-appearance: button; /* 2 */
-    *overflow: visible;  /* 3 */
+    cursor: pointer; /* 3 */
+    *overflow: visible;  /* 4 */
 }
 
 /*
- * Re-set default cursor for disabled elements
+ * Re-set default cursor for disabled elements.
  */
 
 button[disabled],
@@ -433,10 +430,10 @@ input[disabled] {
 }
 
 /*
- * 1. Addresses box sizing set to content-box in IE8/9
- * 2. Removes excess padding in IE8/9
- * 3. Removes excess padding in IE7
-      Known issue: excess padding remains in IE6
+ * 1. Addresses box sizing set to content-box in IE8/9.
+ * 2. Removes excess padding in IE8/9.
+ * 3. Removes excess padding in IE7.
+ *    Known issue: excess padding remains in IE6.
  */
 
 input[type="checkbox"],
@@ -448,8 +445,9 @@ input[type="radio"] {
 }
 
 /*
- * 1. Addresses appearance set to searchfield in S5, Chrome
- * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
+ * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
+ * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
+ *    to future-proof).
  */
 
 input[type="search"] {
@@ -460,17 +458,16 @@ input[type="search"] {
 }
 
 /*
- * Removes inner padding and search cancel button in S5, Chrome on OS X
+ * Removes inner padding and search cancel button in S5, Chrome on OS X.
  */
 
-input[type="search"]::-webkit-search-decoration,
-input[type="search"]::-webkit-search-cancel-button {
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 
 /*
- * Removes inner padding and border in FF3+
- * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
+ * Removes inner padding and border in FF3+.
  */
 
 button::-moz-focus-inner,
@@ -480,8 +477,8 @@ input::-moz-focus-inner {
 }
 
 /*
- * 1. Removes default vertical scrollbar in IE6/7/8/9
- * 2. Improves readability and alignment in all browsers
+ * 1. Removes default vertical scrollbar in IE6/7/8/9.
+ * 2. Improves readability and alignment in all browsers.
  */
 
 textarea {
@@ -489,16 +486,61 @@ textarea {
     vertical-align: top; /* 2 */
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Tables
    ========================================================================== */
 
 /*
- * Remove most spacing between table cells
+ * Remove most spacing between table cells.
  */
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
-}
+}
+
+/******************************************************************
+CUSTOMIZED RESET VALUES
+I added these extra styles as a more personalized reset. Feel free
+to remove them if you like or add your own. If you want to update
+the normalize styles, make sure to edit from this point up.
+******************************************************************/
+
+ul, ol {
+    padding: 0;
+    list-style-type: none;
+}
+
+dd {
+    margin: 0;
+}
+
+.sidebar ul,
+.sidebar ol,
+.commentlist {
+    list-style: none;
+}
+
+/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
+p {
+    -webkit-hyphens: auto;
+       -moz-hyphens: auto;
+      -epub-hyphens: auto;
+            hyphens: auto;
+}
+
+b,
+strong,
+.strong {
+    font-weight: bold;
+}
+
+dfn,
+em,
+.em {
+    font-style: italic;
+}
+
+small, .small {
+    font-size: 75%;
+}

+ 184 - 115
library/scss/_normalize.scss

@@ -1,11 +1,11 @@
-/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
+/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
 
-/* =============================================================================
+/* ==========================================================================
    HTML5 display definitions
    ========================================================================== */
 
 /*
- * Corrects block display not defined in IE6/7/8/9 & FF3
+ * Corrects `block` display not defined in IE6/7/8/9 & FF3.
  */
 
 article,
@@ -17,12 +17,13 @@ footer,
 header,
 hgroup,
 nav,
-section {
+section,
+summary {
     display: block;
 }
 
 /*
- * Corrects inline-block display not defined in IE6/7/8/9 & FF3
+ * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
  */
 
 audio,
@@ -34,55 +35,47 @@ video {
 }
 
 /*
- * Prevents modern browsers from displaying 'audio' without controls
+ * Prevents modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS5 devices.
  */
 
 audio:not([controls]) {
     display: none;
+    height: 0;
 }
 
 /*
- * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
- * Known issue: no IE6 support
+ * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
+ * Known issue: no IE6 support.
  */
 
 [hidden] {
     display: none;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Base
    ========================================================================== */
 
 /*
- * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
- *    http://clagnut.com/blog/348/#c790
- * 2. Keeps page centred in all browsers regardless of content height
- * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
- *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
+ * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
+ *    `em` units.
+ * 2. Prevents iOS text size adjust after orientation change, without disabling
+ *    user zoom.
  */
 
 html {
     font-size: 100%; /* 1 */
-    overflow-y: scroll; /* 2 */
-    -webkit-text-size-adjust: 100%; /* 3 */
-    -ms-text-size-adjust: 100%; /* 3 */
+    -webkit-text-size-adjust: 100%; /* 2 */
+    -ms-text-size-adjust: 100%; /* 2 */
 }
 
 /*
- * Addresses margins handled incorrectly in IE6/7
- */
-
-body {
-    margin: 0;
-}
-
-/* 
- * Addresses font-family inconsistency between 'textarea' and other form elements.
+ * Addresses `font-family` inconsistency between `textarea` and other form
+ * elements.
  */
 
-body,
+html,
 button,
 input,
 select,
@@ -90,13 +83,20 @@ textarea {
     font-family: sans-serif;
 }
 
+/*
+ * Addresses margins handled incorrectly in IE6/7.
+ */
+
+body {
+    margin: 0;
+}
 
-/* =============================================================================
+/* ==========================================================================
    Links
    ========================================================================== */
 
 /*
- * Addresses outline displayed oddly in Chrome
+ * Addresses `outline` inconsistency between Chrome and other browsers.
  */
 
 a:focus {
@@ -104,30 +104,56 @@ a:focus {
 }
 
 /*
- * Improves readability when focused and also mouse hovered in all browsers
+ * Improves readability when focused and also mouse hovered in all browsers.
  * people.opera.com/patrickl/experiments/keyboard/test
  */
 
-a:hover,
-a:active {
+a:active,
+a:hover {
     outline: 0;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Typography
    ========================================================================== */
 
 /*
- * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
+ * Addresses font sizes and margins set differently in IE6/7.
+ * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
  */
 
 h1 {
     font-size: 2em;
+    margin: 0.67em 0;
+}
+
+h2 {
+    font-size: 1.5em;
+    margin: 0.83em 0;
+}
+
+h3 {
+    font-size: 1.17em;
+    margin: 1em 0;
+}
+
+h4 {
+    font-size: 1em;
+    margin: 1.33em 0;
+}
+
+h5 {
+    font-size: 0.83em;
+    margin: 1.67em 0;
+}
+
+h6 {
+    font-size: 0.75em;
+    margin: 2.33em 0;
 }
 
 /*
- * Addresses styling not present in IE7/8/9, S5, Chrome
+ * Addresses styling not present in IE7/8/9, S5, Chrome.
  */
 
 abbr[title] {
@@ -135,12 +161,12 @@ abbr[title] {
 }
 
 /*
- * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
-*/
+ * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
+ */
 
-b, 
-strong { 
-    font-weight: bold; 
+b,
+strong {
+    font-weight: bold;
 }
 
 blockquote {
@@ -148,7 +174,7 @@ blockquote {
 }
 
 /*
- * Addresses styling not present in S5, Chrome
+ * Addresses styling not present in S5, Chrome.
  */
 
 dfn {
@@ -156,7 +182,7 @@ dfn {
 }
 
 /*
- * Addresses styling not present in IE6/7/8/9
+ * Addresses styling not present in IE6/7/8/9.
  */
 
 mark {
@@ -165,13 +191,22 @@ mark {
 }
 
 /*
- * Corrects font family set oddly in IE6, S4/5, Chrome
+ * Addresses margins set differently in IE6/7.
+ */
+
+p,
+pre {
+    margin: 1em 0;
+}
+
+/*
+ * Corrects font family set oddly in IE6, S4/5, Chrome.
  * en.wikipedia.org/wiki/User:Davidgothberg/Test59
  */
 
-pre,
 code,
 kbd,
+pre,
 samp {
     font-family: monospace, serif;
     _font-family: 'courier new', monospace;
@@ -179,7 +214,7 @@ samp {
 }
 
 /*
- * Improves readability of pre-formatted text in all browsers
+ * Improves readability of pre-formatted text in all browsers.
  */
 
 pre {
@@ -189,17 +224,16 @@ pre {
 }
 
 /*
- * 1. Addresses CSS quotes not supported in IE6/7
- * 2. Addresses quote property not supported in S4
+ * Addresses CSS quotes not supported in IE6/7.
  */
 
-/* 1 */
-
 q {
     quotes: none;
 }
 
-/* 2 */
+/*
+ * Addresses `quotes` property not supported in S4.
+ */
 
 q:before,
 q:after {
@@ -212,7 +246,7 @@ small {
 }
 
 /*
- * Prevents sub and sup affecting line-height in all browsers
+ * Prevents `sub` and `sup` affecting `line-height` in all browsers.
  * gist.github.com/413930
  */
 
@@ -232,35 +266,52 @@ sub {
     bottom: -0.25em;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Lists
    ========================================================================== */
 
-ul,
-ol {
-    margin-left: 0;
-    padding: 0 0 0 40px;
+/*
+ * Addresses margins set differently in IE6/7.
+ */
+
+dl,
+menu,
+ol,
+ul {
+    margin: 1em 0;
 }
 
 dd {
     margin: 0 0 0 40px;
 }
 
+/*
+ * Addresses paddings set differently in IE6/7.
+ */
+
+menu,
+ol,
+ul {
+    padding: 0 0 0 40px;
+}
+
+/*
+ * Corrects list images handled incorrectly in IE7.
+ */
+
 nav ul,
 nav ol {
     list-style: none;
     list-style-image: none;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Embedded content
    ========================================================================== */
 
 /*
- * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
- * 2. Improves image quality when scaled in IE7
+ * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
+ * 2. Improves image quality when scaled in IE7.
  *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
  */
 
@@ -270,33 +321,31 @@ img {
 }
 
 /*
- * Corrects overflow displayed oddly in IE9 
+ * Corrects overflow displayed oddly in IE9.
  */
 
 svg:not(:root) {
     overflow: hidden;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Figures
    ========================================================================== */
 
 /*
- * Addresses margin not present in IE6/7/8/9, S5, O11
+ * Addresses margin not present in IE6/7/8/9, S5, O11.
  */
 
 figure {
     margin: 0;
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Forms
    ========================================================================== */
 
 /*
- * Corrects margin displayed oddly in IE6/7
+ * Corrects margin displayed oddly in IE6/7.
  */
 
 form {
@@ -304,7 +353,7 @@ form {
 }
 
 /*
- * Define consistent border, margin, and padding
+ * Define consistent border, margin, and padding.
  */
 
 fieldset {
@@ -314,19 +363,22 @@ fieldset {
 }
 
 /*
- * 1. Corrects color not being inherited in IE6/7/8/9
- * 2. Corrects alignment displayed oddly in IE6/7
+ * 1. Corrects color not being inherited in IE6/7/8/9.
+ * 2. Corrects text not wrapping in FF3.
+ * 3. Corrects alignment displayed oddly in IE6/7.
  */
 
 legend {
     border: 0; /* 1 */
-    *margin-left: -7px; /* 2 */
+    padding: 0;
+    white-space: normal; /* 2 */
+    *margin-left: -7px; /* 3 */
 }
 
 /*
- * 1. Corrects font size not being inherited in all browsers
- * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
- * 3. Improves appearance and consistency in all browsers
+ * 1. Corrects font size not being inherited in all browsers.
+ * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
+ * 3. Improves appearance and consistency in all browsers.
  */
 
 button,
@@ -340,44 +392,62 @@ textarea {
 }
 
 /*
- * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
+ * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
+ * UA stylesheet.
  */
 
 button,
 input {
-    line-height: normal; /* 1 */
+    line-height: normal;
 }
 
 /*
- * 1. Improves usability and consistency of cursor style between image-type 'input' and others
- * 2. Corrects inability to style clickable 'input' types in iOS
- * 3. Removes inner spacing in IE7 without affecting normal text inputs
- *    Known issue: inner spacing remains in IE6
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ *    and `video` controls.
+ * 2. Corrects inability to style clickable `input` types in iOS.
+ * 3. Improves usability and consistency of cursor style between image-type
+ *    `input` and others.
+ * 4. Removes inner spacing in IE7 without affecting normal text inputs.
+ *    Known issue: inner spacing remains in IE6.
  */
 
 button,
-input[type="button"], 
-input[type="reset"], 
+html input[type="button"], /* 1 */
+input[type="reset"],
 input[type="submit"] {
-    cursor: pointer; /* 1 */
     -webkit-appearance: button; /* 2 */
-    *overflow: visible;  /* 3 */
+    cursor: pointer; /* 3 */
+    *overflow: visible;  /* 4 */
 }
 
 /*
- * 1. Addresses box sizing set to content-box in IE8/9
- * 2. Removes excess padding in IE8/9
+ * Re-set default cursor for disabled elements.
+ */
+
+button[disabled],
+input[disabled] {
+    cursor: default;
+}
+
+/*
+ * 1. Addresses box sizing set to content-box in IE8/9.
+ * 2. Removes excess padding in IE8/9.
+ * 3. Removes excess padding in IE7.
+ *    Known issue: excess padding remains in IE6.
  */
 
 input[type="checkbox"],
 input[type="radio"] {
     box-sizing: border-box; /* 1 */
     padding: 0; /* 2 */
+    *height: 13px; /* 3 */
+    *width: 13px; /* 3 */
 }
 
 /*
- * 1. Addresses appearance set to searchfield in S5, Chrome
- * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
+ * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
+ * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
+ *    to future-proof).
  */
 
 input[type="search"] {
@@ -388,16 +458,16 @@ input[type="search"] {
 }
 
 /*
- * Removes inner padding that is displayed in S5, Chrome on OS X
+ * Removes inner padding and search cancel button in S5, Chrome on OS X.
  */
 
+input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 
 /*
- * Removes inner padding and border in FF3+
- * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
+ * Removes inner padding and border in FF3+.
  */
 
 button::-moz-focus-inner,
@@ -407,8 +477,8 @@ input::-moz-focus-inner {
 }
 
 /*
- * 1. Removes default vertical scrollbar in IE6/7/8/9
- * 2. Improves readability and alignment in all browsers
+ * 1. Removes default vertical scrollbar in IE6/7/8/9.
+ * 2. Improves readability and alignment in all browsers.
  */
 
 textarea {
@@ -416,13 +486,12 @@ textarea {
     vertical-align: top; /* 2 */
 }
 
-
-/* =============================================================================
+/* ==========================================================================
    Tables
    ========================================================================== */
 
-/* 
- * Remove most spacing between table cells
+/*
+ * Remove most spacing between table cells.
  */
 
 table {
@@ -453,25 +522,25 @@ dd {
 }
 
 /* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
-p { 
-	-webkit-hyphens: auto; 
-	   -moz-hyphens: auto; 
-	  -epub-hyphens: auto; 
-	        hyphens: auto; 
+p {
+	-webkit-hyphens: auto;
+	   -moz-hyphens: auto;
+	  -epub-hyphens: auto;
+	        hyphens: auto;
 }
 
-b, 
-strong, 
-.strong { 
-	font-weight: bold; 
+b,
+strong,
+.strong {
+	font-weight: bold;
 }
 
-dfn, 
-em, 
-.em { 
-	font-style: italic; 
+dfn,
+em,
+.em {
+	font-style: italic;
 }
 
-small, .small { 
-	font-size: 75%; 
+small, .small {
+	font-size: 75%;
 }