yui / yui3

A library for building richly interactive web applications.
http://yuilibrary.com/
Other
4.13k stars 1.29k forks source link

cssreset.css HTML5 tags support #1989

Open danielsokolowski opened 9 years ago

danielsokolowski commented 9 years ago

Hello Epic YUI Team,

Any thoughts on adding HTML5 support to the reset style sheet? My reaching out is due to the way '

' tag is being rendered as inline in IE8-11 and the simple fix to style is as 'display: block' which would make sense to be added to the reset sheet.

Thoughts?

apm commented 9 years ago

https://github.com/yahoo/pure/ - this is the successor to the css solutions in YUI. Any new support in reset would happen there.

danielsokolowski commented 9 years ago

@apm thanks for the response, pure however does not seem to have reset just a normalize - am I correct on this?

apm commented 9 years ago

You're right - it is built on http://necolas.github.io/normalize.css/, so you probably need to move to that. That or fork this and modify it to suit your purposes. There isn't a YUI team any longer, so cssreset won't be updated.