On Sep 23, 2008, at 7:30 PM, Marius Dumitru
Florea wrote:
How is the "embedded document" going to
be translated in HTML?
AFAIK this is native in HTML since it supports embedding.
For example:
<table>
...
<td>
<ul><li>item</li></ul>
</td>
...
However in order to recognize a nested element we'll need that our
XHTML renderer generate something like:
<span class="wikimodel-document">...</span>
Span is an inline element and AFAIK it shouldn't contain block
elements.