Parent Directory
|
Revision Log
New tests
1 | wakaba | 1.1 | <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
2 | <head> | ||
3 | <title>@contentEditable Test Document (XHTML)</title> | ||
4 | </head> | ||
5 | <body contenteditable="true"> | ||
6 | <h1><code>@contentEditable</code> Test Document (XHTML)</h1> | ||
7 | |||
8 | <p>Paragraph......</p> | ||
9 | |||
10 | <p>Paragraph......</p> | ||
11 | |||
12 | <ul> | ||
13 | <li>List Item 1</li> | ||
14 | <li>List Item 2</li> | ||
15 | <li> | ||
16 | List Item 3 | ||
17 | <ul> | ||
18 | <li>List Item 3.1</li> | ||
19 | <li>List Item 3.2</li> | ||
20 | </ul> | ||
21 | </li> | ||
22 | </ul> | ||
23 | |||
24 | <p>Paragraph......</p> | ||
25 | |||
26 | </body> | ||
27 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |