/[suikacvs]/www/test/css/selectors/attr/value-case/html-id-1.xhtml
Suika

Contents of /www/test/css/selectors/attr/value-case/html-id-1.xhtml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Sep 22 03:47:42 2007 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New tests

1 wakaba 1.1 <html xmlns="http://www.w3.org/1999/xhtml">
2     <head>
3     <title>[id=A]</title>
4     <style>
5     a {
6     color: green;
7     }
8     [id=A] {
9     color: red;
10     }
11     </style>
12     </head>
13     <body>
14     <p><a id="a" href="http://example.com/">XXXXXXXXXX</a></p>
15     </body>
16     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24