-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libraries.css #103
Comments
Hi Alexander, I agree, we should also switch to normalize.css, it might already set Nicole Sent from my iPhone On Apr 11, 2012, at 7:11 AM, Alexander Kaupp
|
Hi Nicole, i had a look at normalize.css. IMO it looks really good. But I am not really shure about the font-sizes they are using. The font-reset from the YUI3-Project worked really good for me. Another Problem is that they are using some default paddings, margins, etc which is in conflict with the OOCSS principles. I am wonrdering: YUI3.5.0 has no HTML5 tags in the reset.css. So I am a little unsettled what is the richt way to go :) I like the way YUI is doning the css but wondering why the don't have HTML5 in the css. For me it is shure that i want to use HTL5 and CSS3. alex |
Font-sizes and height of elements (line-height included) should be in "em" units due to accessibility concerns. Overflow of block elements should't be hidden for the same reason (referring to changes in .line & .lastUnit: 9bb82e8). Heights and Overflows can be changed with JavaScript once the page is loaded and we know how is displayed. It is true that can be annoying for pixel perfect designs, but a web should flow. And be accesible to anyone, no matter which font size the browser is configured. Thanks for this great framework and all the guiding with css and HTML concepts :) It's the best I've tried. |
Hi,
I think we need a additional line in the reset.css for HTML5-Tags:
section,article,aside,header,footer,nav,dialog,figure,figcaption{display:block}
and summary / detail - tags should be reseted too.
greetings
The text was updated successfully, but these errors were encountered: