Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
CSS usage metrics (chromestatus.com)
21 points by imdsm on Feb 12, 2014 | hide | past | favorite | 7 comments


What suprises me most is that 6% don't use the width property.


Is actually pretty easy to design without width; you can use max-width OR min-width in a per case basis, you can use margins (a left margin of 10% and a right one of 10% means your width will be roughly 80%) or padding in a similar fashion.


I thought the same exact thing. I've seen some newer CSS frameworks using stuff like min-width (I think for responsive reasons), so maybe that accounts for the 6%? Just a theory, though.


Could be mostly pages without CSS. But layouts that don't need to restrict the width in any way do exist.


Offtopic: Scrolling is broken/disabled, someone put overflow: hidden; on the main content element (section#panels). Either way killing that rule fixes it with no ill effects.


Webkit sure has a lot of special css tags.


Does not work with Chromium on Ubuntu :-(




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: