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

I think the `<small>` font size normalization is no longer necessary

Open germanfrelo opened this issue 5 months ago • 0 comments

https://github.com/sindresorhus/modern-normalize/blob/3faa07fc91b8ffbe6243bc4f91e880a00185d0a2/modern-normalize.css#L76-L82

Chrome, Firefox, and Safari all render <small> elements with font-size: smaller, as the HTML Standard suggests:

small { font-size: smaller; }

Maybe that rule comes from here? https://github.com/csstools/normalize.css/commit/0cdbf7c713b2a51db9510d412750db04d9a7fa1b

germanfrelo avatar Sep 18 '24 19:09 germanfrelo