File tree Expand file tree Collapse file tree 5 files changed +4
-33
lines changed
Expand file tree Collapse file tree 5 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 11node_modules
2- npm-debug.log
Original file line number Diff line number Diff line change @@ -197,11 +197,7 @@ version numbers are incremented in a project. Versions are written as
197197MAJOR.MINOR.PATCH.
198198
199199Any change to CSS rules whatsoever is considered backwards-breaking and will
200- result in a new ** major** release. Others changes with no impact on rendering
201- are considered backwards-compatible and will result in a new ** patch** release.
202-
203- No changes to CSS rules can add functionality in a backwards-compatible manner,
204- therefore no changes are considered ** minor** . For instance, a normalization on
205- an element selector may override a user style on a universal selector, a
206- change to ` opacity ` might cause [ inputs to disappear] ( https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/ ) ,
207- or a change to ` background-color ` might cause [ backgrounds to shrink] ( https://github.com/jonathantneal/sanitize.css/issues/42 ) .
200+ result in a new ** major** release. No changes to CSS rules can add
201+ functionality in a backwards-compatible manner, therefore no changes are
202+ considered ** minor** . Others changes with no impact on rendering are considered
203+ backwards-compatible and will result in a new ** patch** release.
Original file line number Diff line number Diff line change @@ -104,27 +104,11 @@ addresses these issues without removing the benefits of search inputs (e.g.
104104showing past searches). Safari (but not Chrome) will clip the cancel button on
105105when it has padding (and ` textfield ` appearance).
106106
107- #### ` ::placeholder `
108-
109- In Edge, placeholders will disappear on ` relative ` or ` absolute ` positioned
110- ` <input> ` elements if you use ` opacity ` less than ` 1 ` due to a [ bug] ( https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/ ) .
111-
112107## Contributing
113108
114109Please read the [ contribution guidelines] ( CONTRIBUTING.md ) in order to make the
115110contribution process easy and effective for everyone involved.
116111
117- ## Similar Projects
118-
119- - [ opinionate.css] ( https://github.com/adamgruber/opinionate.css ) - Supplement to normalize, restores opinionated rules removed in v6
120- - [ sanitize.css] ( https://github.com/jonathantneal/sanitize.css ) - Alternative to normalize, adheres to common developer expectations and preferences
121-
122-
123- ## Acknowledgements
124-
125- Normalize.css is a project by [ Nicolas Gallagher] ( https://github.com/necolas ) ,
126- co-created with [ Jonathan Neal] ( https://github.com/jonathantneal ) .
127-
128112
129113[ changelog-image ] : https://img.shields.io/badge/changelog-md-blue.svg?style=flat-square
130114[ changelog-url ] : CHANGELOG.md
Original file line number Diff line number Diff line change 22 "name" : " normalize-css" ,
33 "description" : " A modern alternative to CSS resets" ,
44 "main" : " normalize.css" ,
5- "authors" : [
6- " Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)" ,
7- " Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
8- ],
95 "license" : " MIT" ,
106 "ignore" : [
117 " CHANGELOG.md" ,
Original file line number Diff line number Diff line change 1616 "test" : " stylelint normalize.css"
1717 },
1818 "repository" : " necolas/normalize.css" ,
19- "contributors" : [
20- " Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)" ,
21- " Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
22- ],
2319 "license" : " MIT" ,
2420 "bugs" : " https://github.com/necolas/normalize.css/issues" ,
2521 "homepage" : " https://necolas.github.io/normalize.css" ,
You can’t perform that action at this time.
0 commit comments