1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
4 <link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
5 <link rel="help" href="http://www.w3.org/TR/css3-namespace/#syntax"/>
6 <meta name="flags" content="invalid"/>
7 <title>CSS Namespaces Test Suite: @namespace and invalid at-rules</title>
9 t, t2, t3 { background:red }
14 x|t { background:lime }
17 @namespace x "test-top";
18 foobar this is funny { not:sure }
20 @namespace foo bar baz;
23 @foobar this is funnier;
24 t2 { background:lime }
25 x|t3 { background:lime }
29 <p><t xmlns="test">This sentence should have a green background.</t></p>
30 <p><t2 xmlns="test">This sentence should have a green background.</t2></p>
31 <p><t3 xmlns="test-top">This sentence should have a green background.</t3></p>