Commit MetaInfo
Log Message
www: update normalize.css to v8.0.1.
Change Summary
Incremental Difference
| | @@ -1,4 +1,4 @@ | 1 | | -/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ | | 1 | +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | 2 | 2 | | 3 | 3 | /* Document | 4 | 4 | ========================================================================== */ |
| | @@ -5,13 +5,11 @@ | 5 | 5 | | 6 | 6 | /** | 7 | 7 | * 1. Correct the line height in all browsers. | 8 | | - * 2. Prevent adjustments of font size after orientation changes in | 9 | | - * IE on Windows Phone and in iOS. | | 8 | + * 2. Prevent adjustments of font size after orientation changes in iOS. | 10 | 9 | */ | 11 | 10 | | 12 | 11 | html { | 13 | 12 | line-height: 1.15; /* 1 */ | 14 | | - -ms-text-size-adjust: 100%; /* 2 */ | 15 | 13 | -webkit-text-size-adjust: 100%; /* 2 */ | 16 | 14 | } | 17 | 15 | |
| | @@ -19,7 +17,7 @@ | 19 | 17 | ========================================================================== */ | 20 | 18 | | 21 | 19 | /** | 22 | | - * Remove the margin in all browsers (opinionated). | | 20 | + * Remove the margin in all browsers. | 23 | 21 | */ | 24 | 22 | | 25 | 23 | body { |
| | @@ -27,15 +25,10 @@ | 27 | 25 | } | 28 | 26 | | 29 | 27 | /** | 30 | | - * Add the correct display in IE 9-. | | 28 | + * Render the `main` element consistently in IE. | 31 | 29 | */ | 32 | 30 | | 33 | | -article, | 34 | | -aside, | 35 | | -footer, | 36 | | -header, | 37 | | -nav, | 38 | | -section { | | 31 | +main { | 39 | 32 | display: block; | 40 | 33 | } | 41 | 34 | |
| | @@ -53,25 +46,6 @@ | 53 | 46 | ========================================================================== */ | 54 | 47 | | 55 | 48 | /** | 56 | | - * Add the correct display in IE 9-. | 57 | | - * 1. Add the correct display in IE. | 58 | | - */ | 59 | | - | 60 | | -figcaption, | 61 | | -figure, | 62 | | -main { /* 1 */ | 63 | | - display: block; | 64 | | -} | 65 | | - | 66 | | -/** | 67 | | - * Add the correct margin in IE 8. | 68 | | - */ | 69 | | - | 70 | | -figure { | 71 | | - margin: 1em 40px; | 72 | | -} | 73 | | - | 74 | | -/** | 75 | 49 | * 1. Add the correct box sizing in Firefox. | 76 | 50 | * 2. Show the overflow in Edge and IE. | 77 | 51 | */ |
| | @@ -96,17 +70,15 @@ | 96 | 70 | ========================================================================== */ | 97 | 71 | | 98 | 72 | /** | 99 | | - * 1. Remove the gray background on active links in IE 10. | 100 | | - * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. | | 73 | + * Remove the gray background on active links in IE 10. | 101 | 74 | */ | 102 | 75 | | 103 | 76 | a { | 104 | | - background-color: transparent; /* 1 */ | 105 | | - -webkit-text-decoration-skip: objects; /* 2 */ | | 77 | + background-color: transparent; | 106 | 78 | } | 107 | 79 | | 108 | 80 | /** | 109 | | - * 1. Remove the bottom border in Chrome 57- and Firefox 39-. | | 81 | + * 1. Remove the bottom border in Chrome 57- | 110 | 82 | * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. | 111 | 83 | */ | 112 | 84 | |
| | @@ -117,15 +89,6 @@ | 117 | 89 | } | 118 | 90 | | 119 | 91 | /** | 120 | | - * Prevent the duplicate application of `bolder` by the next rule in Safari 6. | 121 | | - */ | 122 | | - | 123 | | -b, | 124 | | -strong { | 125 | | - font-weight: inherit; | 126 | | -} | 127 | | - | 128 | | -/** | 129 | 92 | * Add the correct font weight in Chrome, Edge, and Safari. | 130 | 93 | */ | 131 | 94 | |
| | @@ -147,23 +110,6 @@ | 147 | 110 | } | 148 | 111 | | 149 | 112 | /** | 150 | | - * Add the correct font style in Android 4.3-. | 151 | | - */ | 152 | | - | 153 | | -dfn { | 154 | | - font-style: italic; | 155 | | -} | 156 | | - | 157 | | -/** | 158 | | - * Add the correct background and color in IE 9-. | 159 | | - */ | 160 | | - | 161 | | -mark { | 162 | | - background-color: #ff0; | 163 | | - color: #000; | 164 | | -} | 165 | | - | 166 | | -/** | 167 | 113 | * Add the correct font size in all browsers. | 168 | 114 | */ | 169 | 115 | |
| | @@ -196,44 +142,18 @@ | 196 | 142 | ========================================================================== */ | 197 | 143 | | 198 | 144 | /** | 199 | | - * Add the correct display in IE 9-. | | 145 | + * Remove the border on images inside links in IE 10. | 200 | 146 | */ | 201 | 147 | | 202 | | -audio, | 203 | | -video { | 204 | | - display: inline-block; | 205 | | -} | 206 | | - | 207 | | -/** | 208 | | - * Add the correct display in iOS 4-7. | 209 | | - */ | 210 | | - | 211 | | -audio:not([controls]) { | 212 | | - display: none; | 213 | | - height: 0; | 214 | | -} | 215 | | - | 216 | | -/** | 217 | | - * Remove the border on images inside links in IE 10-. | 218 | | - */ | 219 | | - | 220 | 148 | img { | 221 | 149 | border-style: none; | 222 | 150 | } | 223 | 151 | | 224 | | -/** | 225 | | - * Hide the overflow in IE. | 226 | | - */ | 227 | | - | 228 | | -svg:not(:root) { | 229 | | - overflow: hidden; | 230 | | -} | 231 | | - | 232 | 152 | /* Forms | 233 | 153 | ========================================================================== */ | 234 | 154 | | 235 | 155 | /** | 236 | | - * 1. Change the font styles in all browsers (opinionated). | | 156 | + * 1. Change the font styles in all browsers. | 237 | 157 | * 2. Remove the margin in Firefox and Safari. | 238 | 158 | */ | 239 | 159 | |
| | @@ -242,7 +162,7 @@ | 242 | 162 | optgroup, | 243 | 163 | select, | 244 | 164 | textarea { | 245 | | - font-family: sans-serif; /* 1 */ | | 165 | + font-family: inherit; /* 1 */ | 246 | 166 | font-size: 100%; /* 1 */ | 247 | 167 | line-height: 1.15; /* 1 */ | 248 | 168 | margin: 0; /* 2 */ |
| | @@ -269,16 +189,14 @@ | 269 | 189 | } | 270 | 190 | | 271 | 191 | /** | 272 | | - * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` | 273 | | - * controls in Android 4. | 274 | | - * 2. Correct the inability to style clickable types in iOS and Safari. | | 192 | + * Correct the inability to style clickable types in iOS and Safari. | 275 | 193 | */ | 276 | 194 | | 277 | 195 | button, | 278 | | -html [type="button"], /* 1 */ | | 196 | +[type="button"], | 279 | 197 | [type="reset"], | 280 | 198 | [type="submit"] { | 281 | | - -webkit-appearance: button; /* 2 */ | | 199 | + -webkit-appearance: button; | 282 | 200 | } | 283 | 201 | | 284 | 202 | /** |
| | @@ -329,17 +247,15 @@ | 329 | 247 | } | 330 | 248 | | 331 | 249 | /** | 332 | | - * 1. Add the correct display in IE 9-. | 333 | | - * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. | | 250 | + * Add the correct vertical alignment in Chrome, Firefox, and Opera. | 334 | 251 | */ | 335 | 252 | | 336 | 253 | progress { | 337 | | - display: inline-block; /* 1 */ | 338 | | - vertical-align: baseline; /* 2 */ | | 254 | + vertical-align: baseline; | 339 | 255 | } | 340 | 256 | | 341 | 257 | /** | 342 | | - * Remove the default vertical scrollbar in IE. | | 258 | + * Remove the default vertical scrollbar in IE 10+. | 343 | 259 | */ | 344 | 260 | | 345 | 261 | textarea { |
| | @@ -347,8 +263,8 @@ | 347 | 263 | } | 348 | 264 | | 349 | 265 | /** | 350 | | - * 1. Add the correct box sizing in IE 10-. | 351 | | - * 2. Remove the padding in IE 10-. | | 266 | + * 1. Add the correct box sizing in IE 10. | | 267 | + * 2. Remove the padding in IE 10. | 352 | 268 | */ | 353 | 269 | | 354 | 270 | [type="checkbox"], |
| | @@ -377,10 +293,9 @@ | 377 | 293 | } | 378 | 294 | | 379 | 295 | /** | 380 | | - * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. | | 296 | + * Remove the inner padding in Chrome and Safari on macOS. | 381 | 297 | */ | 382 | 298 | | 383 | | -[type="search"]::-webkit-search-cancel-button, | 384 | 299 | [type="search"]::-webkit-search-decoration { | 385 | 300 | -webkit-appearance: none; | 386 | 301 | } |
| | @@ -399,12 +314,10 @@ | 399 | 314 | ========================================================================== */ | 400 | 315 | | 401 | 316 | /* | 402 | | - * Add the correct display in IE 9-. | 403 | | - * 1. Add the correct display in Edge, IE, and Firefox. | | 317 | + * Add the correct display in Edge, IE 10+, and Firefox. | 404 | 318 | */ | 405 | 319 | | 406 | | -details, /* 1 */ | 407 | | -menu { | | 320 | +details { | 408 | 321 | display: block; | 409 | 322 | } | 410 | 323 | |
| | @@ -416,30 +329,19 @@ | 416 | 329 | display: list-item; | 417 | 330 | } | 418 | 331 | | 419 | | -/* Scripting | | 332 | +/* Misc | 420 | 333 | ========================================================================== */ | 421 | 334 | | 422 | 335 | /** | 423 | | - * Add the correct display in IE 9-. | | 336 | + * Add the correct display in IE 10+. | 424 | 337 | */ | 425 | 338 | | 426 | | -canvas { | 427 | | - display: inline-block; | 428 | | -} | 429 | | - | 430 | | -/** | 431 | | - * Add the correct display in IE. | 432 | | - */ | 433 | | - | 434 | 339 | template { | 435 | 340 | display: none; | 436 | 341 | } | 437 | 342 | | 438 | | -/* Hidden | 439 | | - ========================================================================== */ | 440 | | - | 441 | 343 | /** | 442 | | - * Add the correct display in IE 10-. | | 344 | + * Add the correct display in IE 10. | 443 | 345 | */ | 444 | 346 | | 445 | 347 | [hidden] { |
Show on old repository browser
|