学习此连接的总结http://developer.51cto.com/art/201009/226158.htmcss样式表中四种属性选择器1> 简易属性 tag[class]{ font-weight:bold } It will affect all tag with any class. e.g. <h2 class="old" > or <h2 class="new">2>精确属性值 a[href="http:/
本文由大漠根据SaraSoueidan的<Clipping in CSS and SVG – The clip-path Property and <clipPath> Element>所译,整个译文带有我们自己的理解与思想,如果译得不好或有不对之处还请同行朋友指点.如需转载此译文,需注明原作者相关信息http://sarasoueidan.com/blog/css-svg-clipping/. ——作者:SaraSoueidan ——译者:大漠 CSS和SVG有很多共同之处.CS