/[suikacvs]/www/test/html/global-attr/html-global-style-2.xhtml
Suika

Contents of /www/test/html/global-attr/html-global-style-2.xhtml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Dec 23 12:30:53 2006 UTC (18 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New tests

1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
2 <head>
3 <title>xhtml:style</title>
4 </head>
5 <body xmlns:xhtml="http://www.w3.org/1999/xhtml">
6 <h1><code><var>xhtml</var>:style</code></h1>
7
8 <p xhtml:style="color: green" style="background-color: orange">
9 This text is <code>green</code> if the
10 <code><var>xhtml</var>:style</code> is applied.
11 The background is <code>orange</code> if the
12 <code>style</code> is applied.
13 </p>
14
15 <p xhtml:style="color: green" style="color: orange">
16 This text is <code>green</code> if the
17 <code><var>xhtml</var>:style</code> is applied and
18 <code>style</code> is not applied (or lost).
19 The background is <code>orange</code> if the
20 <code>style</code> is applied and
21 <code><var>xhtml</var>:style</code> is not applied (or lost).
22 </p>
23
24 </body>
25 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24