回復: [想法] @supports query selector 擴充到整個 w3 標準

Hi,铭廷:

你提的CSS @supports (condition)   condition里貌似只能写CSS属性的名值对,能判断是否支持HTML5某些属性吗? 我也希望能这样~





Zhang Jinlong --- Web Specialist

skype : jinlong3546
QQ : 237585693
Weibo : http://weibo.com/newwave




發件人: Yao Wei (魏銘廷)
發送時間: 2012-09-06 12:03
收件人: W3C HTML5 中文
主題: [想法] @supports query selector 擴充到整個 w3 標準
簡單來說,移植 (?) 將 Modernizr 在 CSS 上面的作法到 @supports 來做出瀏覽器不同支援的區分。

CSS3 其實已經有 @supports query selector,但是僅限於不同 CSS 支援的差異,我們不能知道瀏覽器是否支援
HTML5 的其他特性。[1]

舉例:

@supports video-webm{
/* shows your browser supports webm etc. */
}


@supports webgl{
/* webgl support etc. */
}

@supports svg{
/* svg image substitute */
}

@supports touch-min:2 {
/* multitouch-able interface for tablets and touch screens */
}

[1]: http://www.w3.org/html/ig/zh/wiki/Css3-conditional#6..E7.89.B9.E6.80.A7.E6.9F.A5.E8.AF.A2.EF.BC.9A.E2.80.98.40supports.E2.80.99.E8.A7.84.E5.88.99


-- 
Yao Wei

Received on Thursday, 6 September 2012 04:36:53 UTC