|
1 | | -=== HEAD |
2 | | - |
3 | | -* Address inconsistent styling of b and strong. |
4 | | -* Correct `hr` overflow in IE 8/9/10/11 and Edge 12. |
5 | | -* Ensure `mark` long-hand background declaration usage. |
6 | | -* Remove color inheritance from form controls. |
7 | | -* Address inconsistent styling of abbr[title]. |
8 | | -* Correct inheritance and scaling of font-size for preformatted text. |
9 | | -* Replace focus style removed in the border reset in Firefox 4+. |
| 1 | +# Changes to normalize.css |
| 2 | + |
| 3 | +### 4.0.0 (March 19, 2016) |
| 4 | + |
| 5 | +* Add the correct font weight for `b` and `strong` in Chrome, Edge, and Safari. |
| 6 | +* Correct inconsistent `overflow` for `hr` in Edge and IE. |
| 7 | +* Correct inconsistent `box-sizing` for `hr` in Firefox. |
| 8 | +* Correct inconsistent `text-decoration` and `border-bottom` for `abbr[title]` |
| 9 | + in Chrome, Edge, Firefox IE, Opera, and Safari. |
| 10 | +* Correct inheritance and scaling of `font-size` for preformatted text. |
| 11 | +* Correct `legend` text wrapping not present in Edge and IE. |
| 12 | +* Remove unnecessary normalization of `line-height` for `input`. |
| 13 | +* Remove unnecessary normalization of `color` for form controls. |
| 14 | +* Remove unnecessary `box-sizing` for `input[type="search"]` in Chrome, Edge, |
| 15 | + Firefox, IE, and Safari. |
10 | 16 | * Remove opinionated table resets. |
11 | | - |
12 | | -=== 3.0.3 (March 30, 2015) |
| 17 | +* Remove opinionated `pre` overflow. |
| 18 | +* Remove selector weight from some input selectors. |
| 19 | +* Update normalization of `border-style` for `img`. |
| 20 | +* Update normalization of `color` inheritance for `legend`. |
| 21 | +* Update normalization of `background-color` for `mark`. |
| 22 | +* Update normalization of `outline` for `:-moz-focusring` removed by a previous |
| 23 | + normalization in Firefox. |
| 24 | +* Update opinionated style of `outline-width` for `a:active` and `a:hover`. |
| 25 | +* Update comments to identify opinionated styles. |
| 26 | +* Update comments to specify browser/versions affected by all changes. |
| 27 | +* Update comments to use one voice. |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +### 3.0.3 (March 30, 2015) |
13 | 32 |
|
14 | 33 | * Remove unnecessary vendor prefixes. |
15 | 34 | * Add `main` property. |
16 | 35 |
|
17 | | -=== 3.0.2 (October 4, 2014) |
| 36 | +### 3.0.2 (October 4, 2014) |
18 | 37 |
|
19 | 38 | * Only alter `background-color` of links in IE 10. |
20 | 39 | * Add `menu` element to HTML5 display definitions. |
21 | 40 |
|
22 | | -=== 3.0.1 (March 27, 2014) |
| 41 | +### 3.0.1 (March 27, 2014) |
23 | 42 |
|
24 | 43 | * Add package.json for npm support. |
25 | 44 |
|
26 | | -=== 3.0.0 (January 28, 2014) |
| 45 | +### 3.0.0 (January 28, 2014) |
27 | 46 |
|
28 | | -=== 3.0.0-rc.1 (January 26, 2014) |
| 47 | +### 3.0.0-rc.1 (January 26, 2014) |
29 | 48 |
|
30 | 49 | * Explicit tests for each normalization. |
31 | 50 | * Fix i18n for `q` element. |
|
41 | 60 | * Set correct display for `progress` in IE 8/9. |
42 | 61 | * Fix `font` and `color` inheritance for forms. |
43 | 62 |
|
44 | | -=== 2.1.3 (August 26, 2013) |
| 63 | +--- |
| 64 | + |
| 65 | +### 2.1.3 (August 26, 2013) |
45 | 66 |
|
46 | 67 | * Fix component.json. |
47 | 68 | * Remove the gray background color from active links in IE 10. |
48 | 69 |
|
49 | | -=== 2.1.2 (May 11, 2013) |
| 70 | +### 2.1.2 (May 11, 2013) |
50 | 71 |
|
51 | 72 | * Revert root `color` and `background` normalizations. |
52 | 73 |
|
53 | | -=== 2.1.1 (April 8, 2013) |
| 74 | +### 2.1.1 (April 8, 2013) |
54 | 75 |
|
55 | 76 | * Normalize root `color` and `background` to counter the effects of system |
56 | 77 | color schemes. |
57 | 78 |
|
58 | | -=== 2.1.0 (January 21, 2013) |
| 79 | +### 2.1.0 (January 21, 2013) |
59 | 80 |
|
60 | 81 | * Normalize `text-transform` for `button` and `select`. |
61 | 82 | * Normalize `h1` margin when within HTML5 sectioning elements. |
|
64 | 85 | * Add `main` element to HTML5 display definitions. |
65 | 86 | * Fix cursor style for disabled button `input`. |
66 | 87 |
|
67 | | -=== 2.0.1 (August 20, 2012) |
| 88 | +### 2.0.1 (August 20, 2012) |
68 | 89 |
|
69 | 90 | * Remove stray IE 6/7 `inline-block` hack from HTML5 display settings. |
70 | 91 |
|
71 | | -=== 2.0.0 (August 19, 2012) |
| 92 | +### 2.0.0 (August 19, 2012) |
72 | 93 |
|
73 | 94 | * Remove legacy browser form normalizations. |
74 | 95 | * Remove all list normalizations. |
|
77 | 98 | * Form elements automatically inherit `font-family` from ancestor. |
78 | 99 | * Drop support for IE 6/7, Firefox < 4, and Safari < 5. |
79 | 100 |
|
80 | | -=== 1.0.1 (August 19, 2012) |
| 101 | +--- |
| 102 | + |
| 103 | +### 1.0.1 (August 19, 2012) |
81 | 104 |
|
82 | 105 | * Adjust `small` font size normalization. |
83 | 106 |
|
84 | | -=== 1.0.0 (August 14, 2012) |
| 107 | +### 1.0.0 (August 14, 2012) |
85 | 108 |
|
86 | 109 | (Only the notable changes since public release) |
87 | 110 |
|
88 | 111 | * Add MIT License. |
89 | | -* Hide `audio` elements without controls in iOS 5 (#69). |
| 112 | +* Hide `audio` elements without controls in iOS 5. |
90 | 113 | * Normalize heading margins and font size. |
91 | | -* Move font-family normalization from `body` to `html` (#62). |
92 | | -* Remove scrollbar normalization (#64 #65). |
93 | | -* Remove excess padding from checkbox and radio inputs in IE 7 (#42). |
94 | | -* Add IE9 correction for SVG overflow (#16). |
| 114 | +* Move font-family normalization from `body` to `html`. |
| 115 | +* Remove scrollbar normalization. |
| 116 | +* Remove excess padding from checkbox and radio inputs in IE 7. |
| 117 | +* Add IE9 correction for SVG overflow. |
95 | 118 | * Add fix for legend not inheriting color in IE 6/7/8/9. |
0 commit comments