Repository URL to install this package:
|
Version:
2.11 ▾
|
<html>
<body>
<span tal:attributes="class 'hello'" />
<span class="goodbye" tal:attributes="class 'hello'" />
<span CLASS="goodbye" tal:attributes="class 'hello'" />
<span tal:attributes="class None" />
<span a="1" b="2" c="3" tal:attributes="a None" />
<span a="1" b="2" c="3" tal:attributes="b None" />
<span a="1" b="2" c="3" tal:attributes="c None" />
<span a="1" b="2" c="3" tal:attributes="b None; c None" />
<span a="1" b="2" c="3" tal:attributes="b string:;;" />
<span a="1" b="2" c="3" tal:attributes="b string:&" />
<span class="hello" tal:attributes="class 'goodbye'" />
<span class="hello" tal:attributes="class '"goodbye"'" />
<span class="hello" tal:attributes="class '\'goodbye\''" />
<span class='hello' tal:attributes="class '\'goodbye\''" />
<span tal:attributes="{'class': 'goodbye'}" />
<span class="hello" tal:attributes="{'class': 'goodbye'}" />
<span a="1" class="hello" tal:attributes="{'class': 'goodbye'}" />
<span tal:attributes="{'class': '"goodbye"'}" />
<span tal:attributes="class 'hello'; {'class': '"goodbye"'}" />
<span tal:attributes="{'class': '"goodbye"'}; class 'hello'" />
</body>
</html>