normalize.css icon indicating copy to clipboard operation
normalize.css copied to clipboard

Changed overflow: visible to overflow: hidden for hr element

Open costingh opened this issue 3 years ago • 3 comments

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

costingh avatar Jul 15 '21 05:07 costingh

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

nuxodin avatar Jul 15 '21 06:07 nuxodin

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

costingh avatar Jul 15 '21 12:07 costingh

fixes #860

nosilleg avatar Sep 01 '21 22:09 nosilleg