cascade-012.xht (1012B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: @import and !important</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" /> 7 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/weight/002.html" type="text/html"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#at-import" /> 9 <link rel="help" href="http://www.w3.org/TR/css-cascade-3/#at-import" /> 10 <link rel="help" href="http://www.w3.org/TR/css-cascade-4/#at-import" /> 11 <link rel="match" href="cascade-012-ref.xht" /> 12 13 <style type="text/css"><![CDATA[ 14 @import "support/cascade-012.css"; /* .test { color: green ! important; } */ 15 .test { color: red; } 16 ]]></style> 17 </head> 18 <body> 19 <div class="test">This text should be green.</div> 20 </body> 21 </html>