Assuming that was the case I went to make my old templates html5
friendly and am experiencing strange behavior following the wiki's
html5 advice of this:
<table>
<tr lift:bind="mysnippet:line">
<td>
<mysnippet:bind_here></mysnippet:bind_here>
</td>
</tr>
</table>
It ends up almost working as expected except that my tr tags are:
<http://www.w3.org/1999/xhtml:tr>
to which my browser has no clue what to do with them.
I don't quite get that syntax, either? is lift:bind a snippet yet
designated as an attribute in the tr tag?