选择 titile 属性包含单词 "flower" 的元素,并设置其样式:
[title~=flower] { background-color:yellow; } 浏览器支持
[title~=flower]
所有主流浏览器都支持 [attribute~=value] 选择器。
注释:对于 IE8 及更早版本的浏览器中的 [attribute~=value],必须声明 。
[attribute~=value] 选择器用于选取属性值中包含指定词汇的元素。