Parent Directory
|
Revision Log
New tests
1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
2 | <head> |
3 | <title>xhtml:class</title> |
4 | <style> |
5 | .classname { |
6 | color: green; |
7 | } |
8 | </style> |
9 | </head> |
10 | <body xmlns:ns="http://www.example.com/" |
11 | xmlns:xhtml="http://www.w3.org/1999/xhtml"> |
12 | <h1><code><var>xhtml</var>:class</code></h1> |
13 | |
14 | <ns:element xhtml:class="classname"> |
15 | This text should be <em>GREEN</em>. |
16 | </ns:element> |
17 | |
18 | </body> |
19 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |