2014 CSS Report: Examining how CSS is being used in the wild
reports.quickleft.com
2014 CSS Report: Examining how CSS is being used in the wild
1–10 of 24 posts
Re: 2014 CSS Report: Examining how CSS is being used in the wild
#2FWIW, max z-index that is cross-browser safe is: 16777271
Re: 2014 CSS Report: Examining how CSS is being used in the wild
#3i only wish that elements could propagate style rules as if they were parents of all the related td/th cells. there's still no way to specify text-align and font-* on entire columns easily, which is just silly.
Re: 2014 CSS Report: Examining how CSS is being used in the wild
#4Re: 2014 CSS Report: Examining how CSS is being used in the wild
#5Re: 2014 CSS Report: Examining how CSS is being used in the wild
#6Highest z-index was an astonishing 999999999999999999999999999 or 9.99e26. With a default key repeat on OS X, this would take 3 seconds of holding down 9 to type. If you took that many pieces of paper at .05mm thick, the stack would reach from Earth to the Sun 10 trillion times. The worst part about this large of a z-index is that a number that high will overflow and not work in the expected manner anyhow. The lowest…
Re: 2014 CSS Report: Examining how CSS is being used in the wild
#7Highest z-index was an astonishing 999999999999999999999999999 or 9.99e26. With a default key repeat on OS X, this would take 3 seconds of holding down 9 to type. If you took that many pieces of paper at .05mm thick, the stack would reach from Earth to the Sun 10 trillion times. The worst part about this large of a z-index is that a number that high will overflow and not work in the expected manner anyhow. The lowest…
I think we've all been there and started throwing out crazy z-index values at one point or another, usually out of frustration. The only real solution is to keep this stuff under control from the start and always use exactly the z-index you need.
Re: 2014 CSS Report: Examining how CSS is being used in the wild
#8Highest z-index was an astonishing 999999999999999999999999999 or 9.99e26. With a default key repeat on OS X, this would take 3 seconds of holding down 9 to type. If you took that many pieces of paper at .05mm thick, the stack would reach from Earth to the Sun 10 trillion times. The worst part about this large of a z-index is that a number that high will overflow and not work in the expected manner anyhow. The lowest…
I think we've all been there and started throwing out crazy z-index values at one point or another, usually out of frustration. The only real solution is to keep this stuff under control from the start and always use exactly the z-index you need.
Re: 2014 CSS Report: Examining how CSS is being used in the wild
#9Besides the potential of sharing across platforms, it would be one less system for layout and styles that had to be learned.