Commit Graph

351 Commits

Author SHA1 Message Date
Fritz Lin
5daad010a2 Add comment addressing intentional duplicated monospace font
https://github.com/necolas/normalize.css/issues/480
2bdda84272/README.md (pre-code-kbd-samp)
2016-01-22 21:36:46 -05:00
Kaz Nishimura
5304c784ff Address inconsistent styling of abbr[title] 2016-01-22 21:01:17 -05:00
Jonathan Neal
a3531ef27b Update CHANGELOG.md for color inheritence change 2016-01-22 20:52:37 -05:00
Jonathan Neal
feccd02187 Merge pull request #502 from magnificode/disabled-element-color-inheritance
Disabled element color inheritance
2016-01-22 19:47:54 -05:00
Dominic Magnifico
faf5abcb3f Remove unnecessary color inheritance test now that it has been removed from form elements. 2016-01-21 23:51:06 -07:00
Dominic Magnifico
b5ffb63df1 Remove color inheritance for button, input, optgroup, select and textarea elements. Color inheritance here causes possible usability issues when working on black backgrounds with white text. Addresses #349 and #339. 2016-01-21 23:50:18 -07:00
Dominic Magnifico
5973b6a6e8 Ensure long-hand background declaration usage for consistency. 2016-01-22 00:46:42 -05:00
James Nowland
46e3e0554c Normalize hr overflow
Address IE 8,9,10,11 setting overflow to hidden.
2016-01-22 00:37:44 -05:00
Paul Radzkov
bb55babbd1 Address inconsistent styling of b and strong 2016-01-21 23:26:21 -05:00
Patrick H. Lauke
fe567632af Remove box-sizing for input[type="search"]
This normalizes the CSS to what the suggested default browser CSS should
be, which is now implemented in IE11, Edge, Blink, WebKit and Gecko (for
the latter, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=28784)

References twbs/bootstrap#17379

Closes #471
2016-01-21 13:48:50 -08:00
battaglr
64de79a543 Add link to contribution guidelines
Makes it easier to jump to the contribution guidelines while reading
the readme.
2016-01-04 21:36:57 -08:00
Nicolas Gallagher
8cfa3e765e Remove Bower and Component(1) files
Close #455
2016-01-04 21:27:41 -08:00
Nicolas Gallagher
2f8e4748ac Remove 'hgroup'
Fix #472
Close #474
2016-01-04 21:24:59 -08:00
John
72a77f0316 Fix typo in README 2016-01-04 21:12:17 -08:00
Thomas Hooper
2789f8d0af Replace lost button and input focus style
Fix #481
2015-12-01 17:33:55 +00:00
Nicolas Gallagher
2bdda84272 3.0.3 2015-03-30 17:26:52 -07:00
Nicolas Gallagher
c39a4c7163 Force LICENCE to be published to npm
Fix #430
2015-03-30 14:35:20 -07:00
Nicolas Gallagher
c78ecbb59e Remove unnecessary vendor prefixes
Firefox ESR is currently at Firefox 31, which doesn't require box-sizing
prefixes.

Fix #400
2015-03-30 14:14:59 -07:00
Nicolas Gallagher
ef2b006aad Fix a few CSS comments 2015-03-30 14:14:46 -07:00
Nicolas Gallagher
0c31dada51 Fix project URL in normalize.css file 2015-03-17 11:52:17 -07:00
Nicolas Gallagher
1d11c9bc53 Add cdnjs link to README 2015-03-17 11:48:59 -07:00
Søren Brokær
947b1ae124 Add main property to 'package.json' 2015-03-17 11:38:25 -07:00
Nicolas Gallagher
d83132802e 3.0.2 2014-10-04 12:39:33 -07:00
Nicolas Gallagher
bb82bc9b87 Add 'menu' to tests 2014-10-04 12:39:18 -07:00
Nicolas Gallagher
a473cee8a2 Fix code style 2014-10-04 12:29:57 -07:00
Maxime Thirouin
3a62048dae Only alter 'background-color' of links in IE 10
Close #337
2014-10-04 12:28:04 -07:00
Nicolas Gallagher
5962c89829 Add menu element to HTML5 display definitions
Fix #370
2014-10-04 11:38:31 -07:00
Nicolas Gallagher
ff1cdc2a86 Fix package.json 2014-10-04 11:21:56 -07:00
Nicolas Gallagher
dd8d75c349 Add extended docs to README
Additional details to clarify the esoteric parts of normalize.css.

Fix #353
2014-07-22 10:58:57 -07:00
Nicolas Gallagher
071af828a2 3.0.1 2014-03-26 21:49:40 -07:00
Nicolas Gallagher
de39c2c76e Fix indentation 2014-03-26 21:46:07 -07:00
Nicolas Gallagher
bb3a1304a0 More accurate comments
Fix #299
Fix #292
Fix #304
2014-02-17 12:18:41 -08:00
Nicolas Gallagher
058ee3b0ad Add package.json 2014-02-17 00:37:45 -08:00
Nicolas Gallagher
6ec1a10b5d v3.0.0 2014-01-28 10:05:18 -08:00
Mathias Bynens
f3db654b78 Fix ‘san-serif’ typo in test file 2014-01-27 10:30:12 -08:00
Nicolas Gallagher
3d8f336d17 Fix textarea test title 2014-01-26 10:18:43 -08:00
Nicolas Gallagher
7f1e59a9df v3.0.0-rc.1 2014-01-25 21:14:26 -08:00
Nicolas Gallagher
488f365fdd Update CHANGELOG 2014-01-25 21:06:09 -08:00
Nicolas Gallagher
d00c1c98ae Update browser support 2014-01-25 20:53:05 -08:00
Nicolas Gallagher
5b57298fc3 Explicit tests for each normalization
Use a test-like presentation to make it clearer what the test file is
looking to test. Don't use the file as a dumping ground for every HTML
element. This change makes the tests more focused and useful.

Fix gh-276
Fix gh-284
Fix gh-285
2014-01-25 20:44:27 -08:00
Nicolas Gallagher
3fe0df0fe5 Reorganise normalize.css and edit comments
Update comments in line with any changes browsers have introduced.

Minor reordering of rulesets.
2014-01-25 20:37:46 -08:00
Nicolas Gallagher
a2ae3b5d7a Revert 6992935807
Doesn't work in Firefox.
2014-01-25 16:50:27 -08:00
Nicolas Gallagher
7e80851c5f Fix i18n for q element
Don't attempt to normalize `q` because it prevents the browser from
automatically adapting the quotes used based on the value of a `lang`
attribute.
2014-01-24 23:09:36 -08:00
Nicolas Gallagher
a8edd0c5aa Fix pre text formatting and overflow
Don't visually break `pre` text over multiple lines.

Trigger a scrollbar when the preformatted text is too wide for its
container.
2014-01-24 22:04:39 -08:00
Nicolas Gallagher
37ea6ae187 Fix vertical alignment of progress
Chrome, Firefox, and Opera set `vertical-align: -0.2em`. The browser
implementations aren't great. They scale badly with font size and when
the height of the element is changed. Aligning them to the baseline, as
IE does, helps make their alignment consistent with other similar
elements.
2014-01-24 21:59:28 -08:00
Nicolas Gallagher
45cc401523 Change indentation: 4 -> 2 spaces 2014-01-24 13:23:52 -08:00
Oleg Korsunsky
68322db312 Address button overflow in IE 8/9/10 2014-01-24 13:16:11 -08:00
Nicolas Gallagher
e372fcd83d Fix rendering of test file on mobile 2014-01-24 13:15:41 -08:00
Nicolas Gallagher
20e58223c9 Revert textarea alignment modification
Leave the default baseline alignment in place.

Fix gh-280
2014-01-24 13:03:24 -08:00
Nicolas Gallagher
d86aa8500e Fix number input button cursor on OS X Chrome
Fix the cursor style for Chrome's increment/decrement buttons on
`input[type="number"]. For certain `font-size` values of the `input`, it
causes the cursor style of the decrement button to change from `default`
to `text`.

Fix gh-283
2014-01-24 13:02:12 -08:00