/[suikacvs]/www/test/html/global-attr/html-global-lang-2.xml
Suika

Contents of /www/test/html/global-attr/html-global-lang-2.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Dec 23 12:30:53 2006 UTC (18 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
New tests

1 wakaba 1.1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
2     <head>
3     <title>xhtml:lang</title>
4     <style type="text/css">
5     :lang(ja) {
6     color: green;
7     }
8     :lang(zh) {
9     background-color: orange;
10     }
11     </style>
12     </head>
13     <body xmlns:xhtml="http://www.w3.org/1999/xhtml">
14     <h1><code><var>xhtml</var>:lang</code></h1>
15    
16     <p xhtml:lang="ja" xml:lang="zh">
17     An element whose <code><var>xhtml</var>:lang</code> is <code>ja</code>
18     (but the <code>xml:lang</code> is <code>zh</code>).
19     </p>
20    
21     </body>
22     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24