Normalize hr overflow#387
Conversation
Address IE 8,9,10,11 setting overflow to hidden.
|
Do all browsers let you add pseudo-elements to |
|
Tested in IE 10 and it does the trick. Not sure what that means, though. |
|
@necolas http://www.browserstack.com/screenshots/57f08554dfaa74bf810fe02c375223ec0c3b524f It appears that all browsers other than IE8 allow you to add generated content to a |
|
@necolas You can see more examples of this funny trick there: http://css-tricks.com/simple-styles-for-horizontal-rules/ |
This is written on the site you mentioned.
Especially this is important because normalize.css should make everything look the same everywhere. And when some browsers are supporting the |
|
With pseudo-elements not working in IE8 - One of the browsers normalize supports would it be worth considering inverting the property to |
|
I have confirmed that overflow is |
As you can put pseudo elements on hr elements the overflow property is now something that should be 'normalized'.
This property in IE7 was set to visible which is the same as what chrome and firefox currently do.
However IE 8, 9, 10 set overflow to hidden.
Usecase: http://codepen.io/jnowland/pen/JoYKNP