20 ms·
Couldn't this be reduced by, like, a lot by simply using this CSS3 gem? height: attr(sata-cp-size px);
by evanm 12y ago
Couldn't this be reduced by, like, a lot by simply using this CSS3 gem?
height: attr(sata-cp-size px);
- bennettfeely 12y agoSomeday, but right now the support for using 'attr()' function in properties other than 'content' is very poor.
- nness 12y agoCorrect, attr() for use with anything than the content property is unsupported by most browsers. (https://developer.mozilla.org/en-US/docs/Web/CSS/attr https://developer.mozilla.org/en-US/docs/Web/CSS/attr)
- RussianCow 12y agoYes, once we get to the point where we can stop supporting IE <= 9. :)