blob: d32fec8496a19ca25b0bbc9bd1447f1f84771f9e (
plain)
1
2
3
4
5
6
7
8
9
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-14c.html */
p { background: red; color: yellow; }
p.t1.t2 { background: green; color: white; }
div { background: green; color: white; }
div.t1 { background: red; color: yellow; }
address { background: red; color: yellow; }
address.t5.t5 { background: green; color: white; }
|