Skip to content

Commit 7e01498

Browse files
committed
Drop legacy browser support
No longer supports IE 6/7, Firefox < 4, and Safari < 5. * Make use of `inherit` to simplify some of the rules. * Remove a lot of padding and margin normalization, particularly for typographic elements, because modern browsers share common base styles. * Add `quotes` normalization. While all target browsers support `quotes`, they don't share a common set of quote styles. Opera and IE use "curly" quotes whereas other browsers do not. Browsers don't appear to set different quotes depending on the language (via the `lang` attribute) of the content. * Remove all list normalizations and they aren't needed anymore. * Remove a handful of form normalizations that targetted IE 6/7 or Firefox 3.
1 parent 9d72969 commit 7e01498

3 files changed

Lines changed: 43 additions & 161 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
== HEAD
2+
3+
* Remove legacy browser form normalizations.
4+
* Remove all list normalizations.
5+
* Add `quotes` normalizations.
6+
* Remove all heading normalizations except `h1` font size.
7+
* Form elements automatically inherit `font-family` from ancestor.
8+
* Drop support for IE 6/7, Firefox < 4, and Safari < 5.
9+
110
== 1.0.1 (August 19, 2012)
211

312
* Adjust `small` font size normalization.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ override the defaults later in your CSS.
2626
## Browser support
2727

2828
* Google Chrome
29-
* Mozilla Firefox 3+
30-
* Apple Safari 4+
31-
* Opera 10+
32-
* Internet Explorer 6+
29+
* Mozilla Firefox 4+
30+
* Apple Safari 5+
31+
* Opera 12+
32+
* Internet Explorer 8+
3333

3434
## Contribute
3535

0 commit comments

Comments
 (0)