Commit Graph

339 Commits

Author SHA1 Message Date
Ophir LOJKINE
790b3b3ffe Fix markdown syntax (#662) 2017-03-28 09:08:35 -04:00
Jonathan Neal
91f668be64 6.0.0
- Update CHANGELOG.md
- Update normalize.css header
- Update package.json
2017-03-26 18:23:57 -04:00
Jonathan Neal
4411f95888 Include iOS Safari in Browser support 2017-03-26 18:20:09 -04:00
Jonathan Neal
eb7b5e569b Update stylelint configuration 2017-03-26 18:19:54 -04:00
Matt Brundage
a5629618ea Update normalize.css (#661)
Comment upkeep, per https://bugs.chromium.org/p/chromium/issues/detail?id=376160#c11
2017-03-26 18:14:42 -04:00
John Gardner
dbc5f8e064 Fix repository's language classification on GitHub (#660) 2017-03-26 18:12:30 -04:00
Jonathan Neal
b5f0e9d79a Remove all opinionated rules (#649)
- Remove changing the default font family in all browsers.
- Remove the removal of margin on body in all browsers.
- Remove the removal of outline on focused links when they are also
active or hovered in all browsers (opinionated).
- Remove changing the font styles of input controls in all browsers.
- Remove the changing of border, margin, and padding of fieldsets in
all browsers.
2017-03-26 18:12:14 -04:00
John Albin Wilkins
1da0911dfb Place the document heading above the html element's comment. (#639) 2016-11-18 02:34:10 -05:00
Zlatan Vasović
4559de001b Update homepage URL (#633)
Remove #readme link in package.json
2016-10-04 17:45:30 -04:00
Jonathan Neal
f06565fe8e 5.0.0 2016-10-03 08:57:00 -04:00
Jonathan Neal
3404854d02 Update macOS reference 2016-10-03 08:54:33 -04:00
Matt Brundage
f9b42c6a3b Update text-size-adjust documentation
Clarification that this rule applies to IE's mobile variant. Interestingly, we'll be able to remove "-ms-text-size-adjust" soon, as Windows Phone 8.1+ supports "-webkit-text-size-adjust" as an alias.

Documentation: https://msdn.microsoft.com/en-us/library/dn793579(v=vs.85).aspx
2016-10-03 08:48:25 -04:00
Jonathan Neal
2b6082d43a Update semver strategy (#615) 2016-08-21 19:11:06 -04:00
Jonathan Neal
5d728b83a5 More explicitly define font resets on form controls (#607) 2016-08-08 09:43:30 -04:00
Jonathan Neal
db6567c3da Merge branch 'feature/html-sectioning' 2016-07-06 23:24:20 -04:00
Jonathan Neal
55ed05a79c Correct the display of <summary> in all browsers 2016-07-06 11:40:39 -04:00
Jonathan Neal
bbcf62d86f Use HTML Living Standard sectioning 2016-07-06 11:35:40 -04:00
Jonathan Neal
0dc4df63b7 Merge branch 'battaglr-placeholder' 2016-07-06 10:00:07 -04:00
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
fa7d65ab39 Update CHANGELOG.md date 2016-06-30 09:49:26 -04:00
Jonathan Neal
bfe6c20e18 4.2.0 2016-06-30 01:36:25 -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
e31503b635 Merge pull request #569 from necolas/fix/549
Limit Firefox focus normalization to buttons
2016-04-10 19:08:40 -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
809d747e38 Merge pull request #568 from necolas/fix/562
Remove overflow from select and update multiple overflow
2016-04-10 18:21:01 -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
ab3abb6d36 Merge pull request #563 from necolas/fix/544
Remove opinionated cursor styles on buttons
2016-03-29 22:07:11 -04:00
Jonathan Neal
49a7a7df8b Merge pull request #564 from necolas/fix/542
Restore `main` to package.json
2016-03-29 22:06:29 -04:00
Jonathan Neal
375ff10793 Restore main to package.json 2016-03-26 12:58:26 -04:00
Jonathan Neal
170455d6f6 Remove opinionated cursor styles on buttons 2016-03-26 12:56:10 -04:00
Jonathan Neal
e24c003526 Merge pull request #558 from XiBOR/master
Combine two same selectors
2016-03-26 12:37:16 -04:00
Jonathan Neal
076c8ecb80 Merge pull request #552 from battaglr/remove-v1-references
Remove `v1` references
2016-03-24 23:51:37 -04:00
Jonathan Neal
1a3af2f91c Merge pull request #561 from mdouglasbrett/patch-1
Small copy change
2016-03-24 08:56:09 -04:00
Michael Douglas Brett
e7d7693dc8 Small copy change
Hi there, this is a possible alternative to: Improves [ ... ] improvements.
Feel free to ignore :)

All the best,

Michael
2016-03-24 11:57:11 +00:00
Роман Булатов
5ef046fbd0 Combine two same selectors #553 2016-03-24 00:57:32 +03:00
battaglr
77f3463278 Remove v1 references 2016-03-21 05:03:50 -03:00
Jonathan Neal
f84aad3434 Merge pull request #541 from gouch/patch-1
Fix spelling error in comment
2016-03-19 18:48:38 -04:00
David Gouch
f9d9bb87d7 Fix spelling error in comment 2016-03-19 18:36:50 -04:00