1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<div>
<a aa data="x" xxsxsx http-equiv=""
data-a="xs" data-x="cd\"cd"
data-z=12 titi=2>hello world</a>
<a data="x"
xxsx
http-equiv=""
data-a="xs"
data-x="cd\"cd"
data-z='12'
titi=2>hello world</a>
</div>
<div>
<img src="toto.gif
xqsx"
onclick="cd
csdc"
/>
</div>
<section>
<div>
<ul>
<li>hello</li>
<li>world</li>
</ul>
</div>
<hr/>
<div>extract / contract</div>
</section>
Related issues: #603
<!-- Simple Multiline Comment
-->
<!-- Dashed Multiline Comment
- Line One
- Line Two -->
<!-- Un-Dashed Multiline Comment
Line One
Line Two -->
<div>
<p>Zero</p>
<!--#if expr="test1" -->
<!--#if expr="test2" -->
<p>One</p>
<!--#endif -->
<!--#elif expr="test3" -->
<p>Two</p>
<!--#else -->
<p>Three</p>
<!--#endif -->
<p>Four</p>
</div>
related issues: #290
<div>
<img src="lorem">
<void class="lorem" />
<include file="lorem" />
<p>lorem</p>
</div>
<div>
<p>
hello
</p>
<textarea>hello
world
</textarea>
<pre>bonjour
monde</pre>
</div>
|