/[suikacvs]/www/test/css/selectors/attr/xmlns/xmlns-xml-2.xhtml
Suika

Contents of /www/test/css/selectors/attr/xmlns/xmlns-xml-2.xhtml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Jan 8 06:56:57 2007 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New

1 wakaba 1.1 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
2     <head>
3     <title>[xmlns|xml]</title>
4     <style type="text/css">
5     @namespace xmlns 'http://www.w3.org/2000/xmlns/';
6    
7     html {
8     color: blue;
9     }
10     html[xmlns|xml] {
11     color: red;
12     }
13    
14     #fail {
15     display: none;
16     }
17     [xmlns|xml] #fail {
18     display: block;
19     }
20     [xmlns|xml] #pass {
21     display: none;
22     }
23     </style>
24     </head>
25     <body>
26     <p id="pass">PASS</p>
27     <p id="fail">FAIL</p>
28     </body>
29     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24