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

Changed overflow: visible to overflow: hidden for hr element #861

Open costingh opened 3 years ago

costingh commented 3 years ago

Applied the expected overflow value for hr element, accordingly to HTML5 spec

nuxodin commented 3 years ago

Do you have a link to the spec? I can't find anything regarding css overflow.

costingh commented 3 years ago

Do you have a link to the spec? I can't find anything regarding css overflow.

This is the link to the spec: https://html.spec.whatwg.org/multipage/rendering.html#the-hr-element-2

nosilleg commented 2 years ago

fixes #860