necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.28k stars 10.67k forks source link

Microsoft Edge adds extra margin to heading and paragraph elements #890

Closed itslevir closed 1 year ago

itslevir commented 1 year ago

I'm using Microsoft Edge version 107.0.1418.56 and I'm noticing it adds a couple of margin rules to just about any text element. Here's an unstyled <h2> as an example. See how there's a little bit of top and bottom margin?

image

Just to double-check I opened the styles tab and yes, the "user agent stylesheet" added a couple of rules.

image

I'm wondering if these rules should be added to normalize. If so, I'd be happy to create a PR.

itslevir commented 1 year ago

stale issue