1 <?xml version=
"1.0" encoding=
"UTF-8" ?>
3 PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
5 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
7 <title>HTML Purifier All Elements Smoketest
</title>
8 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
9 <link rel=
"stylesheet" href=
"allElements.css" type=
"text/css" />
13 <h1>HTML Purifier All Elements Smoketest
</h1>
15 <p>This is the all elements smoke
16 test. It is divided by XHTML
1.1 style modules. Make sure
17 <code>div
</code>,
<code>span
</code> and
<code>id
</code> are allowed,
18 otherwise there will be problems.
</p>
20 <h2>Core attributes
</h2>
21 <div id=
"core-attributes">
22 <div id=
"core-attributes-id">id
</div>
23 <div class=
"core-attributes-class">class
</div>
24 <div title=
"tooltip">title
</div>
25 <div lang=
"en">lang
</div>
26 <div xml:
lang=
"en">xml:lang (green when lang also present)
</div>
27 <div style=
"background:#008000">style
</div>
28 <div onclick=
"alert('foo');">onclick (and other event handlers)
</div>
32 <div id=
"module-text">
34 <acronym>acronym
</acronym>
35 <div><blockquote>blockquote
</blockquote></div>
36 <blockquote cite=
"http://www.example.com">blockquote@cite
</blockquote>
52 <q cite=
"http://www.example.com">q@cite
</q>
54 <strong>strong
</strong>
58 <h2>Hypertext module
</h2>
59 <div id=
"module-hypertext">
60 <span><a>a
</a></span>:
61 <a accesskey=
"q">accesskey
</a>
62 <a charset=
"UTF-8">charset
</a>
63 <a href=
"http://www.example.com/">href
</a>
64 <a hreflang=
"en">hreflang
</a>
65 <a rel=
"nofollow">rel
</a>
66 <a rev=
"index">rev
</a>
67 <a tabindex=
"1">tabindex
</a>
68 <a type=
"text/plain">type
</a>
72 <div id=
"module-list">
73 <dl><dt>dl dt
</dt><dd>dl dd
</dd></dl>
74 <ol><li>ol li
</li></ol>
75 <ul><li>ul li
</li></ul>
81 <!-- vim: et sw=4 sts=4 -->