battaglr
f081e459e4
Remove placeholder
normalization
2016-06-30 19:59:08 -03:00
Jonathan Neal
255074ef4a
v4.2.0
2016-06-30 10:01:38 -04:00
Jonathan Neal
25a109d845
Merge branch 'battaglr-patch-1'
2016-06-30 01:19:51 -04:00
Luciano Battagliero
6f78003ffd
Remove "heading" reference since is redundant
2016-06-25 15:48:04 -03:00
Luciano Battagliero
fe7a07c2c5
Simplify headings normalization comment
...
The results for computed `line-height` in #593 were virtually different in all tested browsers, and since [such browsers are ones we support](https://github.com/necolas/normalize.css#browser-support ), I don't see the need to have a *complex* comment naming all of them.
2016-06-25 15:44:48 -03:00
Jeremias Menichelli
ceef420f3a
Add rule for all headings lh ( #596 )
2016-06-16 10:04:06 -04:00
Sergio Lavanga
02af1fdfaf
Restore optgroup font normalisation ( #589 )
...
Resolves #581
2016-04-17 21:45:24 -04:00
Jonathan Neal
39c21b3678
4.1.1
2016-04-12 08:54:53 -04:00
Jonathan Neal
a8e70333dc
4.1.0 ( #576 )
2016-04-12 08:43:06 -04:00
Jonathan Neal
26b2588335
Normalize file select buttons ( #574 )
2016-04-11 19:48:51 -04:00
Jonathan Neal
2c4e2182e0
Correct the outline of search inputs in Safari ( #575 )
...
After modifying search input with -webkit-appearance: textfield, the
focus outline is remaining with `outline-offset: 0`, but should be
`-2px` like other textfield inputs.
2016-04-11 19:35:02 -04:00
Aleks Hudochenkov
8ed3140d52
Remove gaps in links underline in iOS 8+ and Safari 8+ ( #573 )
2016-04-11 08:59:42 -04:00
Jonathan Neal
b1f3b0c0aa
Limit Firefox focus normalization to buttons
...
Spacing does not need to be normalized for all `input` elements in
Firefox, only `button` and `[type="button"]` elements. These
normalizations were changing the default focus appearance of `input`
elements.
Resolves #549
2016-04-10 18:47:13 -04:00
Jonathan Neal
49d20b834e
Merge pull request #571 from necolas/fix/550
...
Correct the text style of placeholders in Chrome, Edge, and Safari
2016-04-10 18:21:40 -04:00
Jonathan Neal
1ea0cc6e39
Correct the text style of placeholders in Chrome, Edge, and Safari
...
Normalizes placeholder styles in Edge, Chrome, and Safari with Firefox.
2016-04-07 11:09:53 -04:00
Jonathan Neal
e4a7827199
Remove overflow from select and update multiple overflow
...
While the consistent `overflow` for `select` is `visible`, updating
this property has no effect in any browser, but instead creates an
inappropriately visible overflow for `select[multiple]`.
2016-04-06 23:35:46 -04:00
Jonathan Neal
170455d6f6
Remove opinionated cursor styles on buttons
2016-03-26 12:56:10 -04:00
Роман Булатов
5ef046fbd0
Combine two same selectors #553
2016-03-24 00:57:32 +03:00
David Gouch
f9d9bb87d7
Fix spelling error in comment
2016-03-19 18:36:50 -04:00
Jonathan Neal
84f39fb494
4.0.0
2016-03-19 17:14:10 -04:00
battaglr
0c90242399
Update and organize the normalize.css file
2016-03-19 17:14:10 -04:00
Jonathan Neal
aef06ef3f3
Merge pull request #538 from necolas/fix/313
...
Remove opinionated pre overflow
2016-03-18 22:55:44 -04:00
Jonathan Neal
35673c5d99
Merge pull request #537 from necolas/fix/438
...
Reduce input type selector weight
2016-03-18 22:39:07 -04:00
Jonathan Neal
c7bef7960b
Remove opinionated pre overflow
2016-03-18 00:01:15 -04:00
Jonathan Neal
28f2f6c292
Move input type appearance normalization into its own rule
2016-03-17 23:58:17 -04:00
Jonathan Neal
9a3b1b32f4
Reduce selector weight of input types
2016-03-17 23:57:16 -04:00
Jonathan Neal
cbdd0b1683
Correct wrapping not present in IE8/9/10/11 and Edge 12/13
2016-03-17 21:41:39 -04:00
Jonathan Neal
500092a181
Only normalize border-style on img
2016-03-17 11:08:27 -04:00
Jonathan Neal
1f91390958
Merge pull request #532 from necolas/fix/522
...
Update the dfn support message
2016-03-17 10:44:21 -04:00
Jonathan Neal
f19fc5bbe4
Update the dfn support message
2016-03-16 23:23:44 -04:00
Jonathan Neal
53bd51a093
Remove unnecessary input line-height
2016-03-16 22:25:49 -04:00
Jonathan Neal
977827d56f
Use inherit to fix legend color
...
Clarifies that the fix applies to <legend> within <fieldset>
2016-03-15 17:57:06 -04:00
Jonathan Neal
c3da6c1226
Merge pull request #530 from battaglr/use-longhand-outline
...
Use explicit `outline-width` property instead of `outline`
2016-03-15 17:20:19 -04:00
battaglr
0542f0423f
Use explicit outline-width
property instead of outline
2016-03-14 22:30:13 -03:00
battaglr
60cadb0921
Mark opinionated declarations
2016-03-14 22:18:13 -03:00
Aleks Hudochenkov
6605185b04
Specify browsers for displaying audio
without controls issue
2016-02-06 23:17:10 +03:00
Jonathan Neal
02c5c7adbb
Remove opinionated table resets
2016-02-03 12:00:11 -05:00
Jonathan Neal
65e14b8614
Update documentation and CHANGELOG.md
2016-02-03 11:59:20 -05:00
Jonathan Neal
6fe149b301
Merge pull request #490 from lastfm/fix-firefox-button-focus-outline-take-two-481
...
Replace lost button and input focus style
2016-01-31 19:53:43 -05:00
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
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
Nicolas Gallagher
2f8e4748ac
Remove 'hgroup'
...
Fix #472
Close #474
2016-01-04 21:24:59 -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
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