CSS4选择器和浏览器 [英] CSS4 Selectors and browser

查看:95
本文介绍了CSS4选择器和浏览器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想测试(原因:只是出于好奇)CSS4选择器,尤其是带有选择器列表的CSS伪类:not()(请参见代码和解决方案

Chrome浏览器的"Canary"是Beta版(面向开发人员)

https://www.google.com/chrome/canary/

I would like to test (reason : just curiosity) CSS4 selectors and particularly the CSS pseudo-class :not() with a selector list (cf. code and Select first element which is placed after another element but not immediately). Is there a beta version of a browser to do that (OS : windows or Linux) or should I wait quietly ?

h1:first-of-type ~ h2 :not (h1:first-of-type ~ h2 ~ h2) { color:red;}

解决方案

Chrome 'Canary' is the Beta version of Chrome (for Developers)

https://www.google.com/chrome/canary/

这篇关于CSS4选择器和浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆