Commit Graph

20 Commits

Author SHA1 Message Date
Nicolas Gallagher
7e014980b9 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.
2012-08-19 20:41:11 +01:00
Nicolas Gallagher
9d729698e6 v1.0.1 2012-08-19 20:38:00 +01:00
Nicolas Gallagher
207a39780c v1.0.0 2012-08-14 23:43:47 +01:00
Nicolas Gallagher
4ed3786354 Rename demo.html to test.html 2012-08-14 23:32:24 +01:00
Nicolas Gallagher
31f72b55be Add MIT License 2012-08-07 22:27:32 +01:00
Nicolas Gallagher
b7579700ea Minor copy and comment adjustments 2012-07-08 23:43:00 +01:00
Nicolas Gallagher
03575299fc Update README with link to 'contribute' wiki 2012-04-10 23:59:06 +01:00
Nicolas Gallagher
5e64a2c5cb Edit README to say normalize should be used as an alternative to resets. Close #39 2011-09-14 11:37:32 +01:00
Nicolas Gallagher
2bc78e7272 Link to a YUI Compressor-based minification tool in README. Close #4 2011-08-11 17:44:14 +01:00
Nicolas Gallagher
9e9faec507 Update README with more details and link to demo 2011-06-21 02:06:55 +01:00
Nicolas Gallagher
b7216e5daa Update README with link to demo and license info 2011-06-20 16:58:53 +01:00
Nicolas Gallagher
410b484a54 Include link to Procssor for those who want a different CSS formatting style 2011-05-31 08:42:29 -07:00
necolas
953a5f522e Minor format change to README 2011-05-26 00:52:35 +01:00
necolas
fba85c2781 Update README; remove normalize.metrics.css 2011-05-26 00:44:28 +01:00
Jonathan
86bae9a4f8 Updated README.md 2011-05-03 14:37:38 -07:00
Jonathan
4dc9bb470a Update 2011-04-28 16:29:04 -07:00
Jonathan
fa92fc78e4 Update 2011-04-28 09:58:42 -07:00
Jonathan
efe40441aa Update 2011-04-28 09:57:14 -07:00
Jonathan
7942a2198d Update 2011-04-28 09:41:00 -07:00
Jonathan
a9aa6b7a05 First README.md 2011-04-27 22:56:02 -07:00