Native CSS Feature Detection With @supports - SitePoint.
- カテゴリー別アーカイブ 未分類
-
-
REM単位によるフォントサイズ指定
Font sizing with rem - Snook.ca.
pxによるサイズ指定は、変更が困難になり、emによるサイズ指定は、相対的なサイズであるが故に、ルールの重複などで、サイズに問題が出る
css3では、ルートフォントサイズに対する相対指定ができるremが使える、従来から指摘されてきた、emの問題点が解消すると考えられている
-
HTML5 scoped attribute
HTML5 scoped attribute - destroy/dstorey.
- http://www.w3schools.com/html5/att_style_scoped.asp(b:title)
- http://css-tricks.com/saving-the-day-with-scoped-css/(b:title)
Now browser not support
But jQuery help you.
- http://arleym.com/scoped ...