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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Sep 22 03:47:29 2007 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE HTML>
2     <html>
3     <head>
4     <title>[accesskey=A]</title>
5     <style>
6     a {
7     color: green;
8     }
9     [accesskey=A] {
10     color: red;
11     }
12     </style>
13     </head>
14     <body>
15     <p><a accesskey="a" href="http://example.com/">XXXXXXXXXX</a></p>
16     </body>
17     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24