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

Not sure if this has been already discussed (couldn't find matches with search). I was wondering what is the general opinion around `font-synthesis`. Should it be set to `none` in...

[https://to7m.lol/reset-test.html](https://to7m.lol/reset-test.html) These bordered elements (button, input, textarea) look different in Chromium 128.0.6613.137 and Firefox 130.0. Firefox seems to use lighter border colours. Firefox gives a larger border radius for button....

https://github.com/sindresorhus/modern-normalize/blob/3faa07fc91b8ffbe6243bc4f91e880a00185d0a2/modern-normalize.css#L76-L82 [Chrome](https://github.com/chromium/chromium/blob/83c97c5ceefc5af08e02ff7b815f1b22a2759ba8/third_party/blink/renderer/core/html/resources/html.css#L1267-L1269), [Firefox](https://github.com/mozilla/gecko-dev/blob/f8904f7f9bade1ea9df219e3208b07dd9473792d/layout/style/res/html.css#L537-L539), and [Safari](https://github.com/WebKit/WebKit/blob/27846c09e4fee72c441c3d78c0c93ed53bae2b2e/Source/WebCore/css/html.css#L1307-L1309) all render `` elements with `font-size: smaller`, as the [HTML Standard](https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3) suggests: ```css small { font-size: smaller; } ``` Maybe that rule comes from here?...