/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/first-line-inherit-002.htm */ div { background: green; } div:first-line { background-color: red; } span.one { background: inherit; } span.two { background-color: inherit; }