modern-normalize icon indicating copy to clipboard operation
modern-normalize copied to clipboard

🐒 Normalize browsers' default style

Results 33 modern-normalize issues
Sort by recently updated
recently updated
newest added

See https://github.com/sindresorhus/modern-normalize/pull/31#issuecomment-502339135

enhancement
help wanted

One of the issues that normalize.css never addressed very well is the discrepancy in the styling of some form elements in different browsers. It would be awesome if modern-normalize could...

when you have something like `overflow: auto;`, on desktop browsers and Android the scroll is natural. Only on iOS it stops scrolling immediately when you release your finger. According to...

In the unreleased modern-base stylesheet, there are [rules to normalize the behavior of replaced elements](https://github.com/sindresorhus/modern-normalize/blob/e811a7e61cea17589f7668335b9edd1f03662fb2/modern-base.css#L124-L140) like `img`, `video`. `svg`, `iframe`, `canvas` and `audio`. According to the [related issue of normalize.css](https://github.com/necolas/normalize.css/pull/166),...

~[minireset.css](https://github.com/jgthms/minireset.css) is another solid alternative to normalize. I think you should consider adding a section that explains why users choose this one over minireset.~ We should add a comparison table...

The goal of this project is to make itself obsolete. We should try to get browsers to fix their own styles so we don't have to work around them indefinitely....

enhancement
help wanted
good first issue

https://www.zachleat.com/web/font-smooth/ http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/ While it can be used to manually fix some light text on dark backgrounds on Macs, it should't be used on the entire page. It often leads to...

Hey, first of all, nice project. I am just wonder why you set the line-height to 115% (https://github.com/sindresorhus/modern-normalize/blob/master/modern-normalize.css#L25)? Is it because the default leading for most browsers is between 110%...

Would it be worth setting all h1 and p etc. tags to have 0 margin on the top? By default Chrome sets "margin-block-start: 0.67em;" on to heading elements and "margin-block-start:...

Suggestion: hr { border: 0; margin: 0; }