swc/css/parser/tests/fixture/selector/attribute/input.css

21 lines
372 B
CSS
Raw Normal View History

2021-09-24 09:48:31 +03:00
[title] {}
[title=foo] {}
[title="foo"] {}
[lang~="en-us"] {}
[lang|="zh"] {}
[href^="#"] {}
[href$=".org"] {}
[href*="example"] {}
[href*="insensitive" i] {}
[href*="insensitive" I] {}
[href*="cAsE" s] {}
[href*="cAsE" S] {}
[foo|att=val] {}
[*|att] {}
[|att] {}
[att] {}
a[ class = "test" ] {}
a[ class = "test" ] {}
[href*="insensitive" i] {}
[ href ] {}