TEI-Simple icon indicating copy to clipboard operation
TEI-Simple copied to clipboard

Rendering options for ordered lists

Open adunning opened this issue 10 years ago • 0 comments

It is possible in HTML to specify @type for <ol> to specify the numbering type, as follows:

<ol type="1">
<li>Test</li>
<li>Test</li>
<li>Test</li>
</ol>

I'm assuming that one would need to convert this into TEI using @rend on <list>. For consistency, it might be useful to have preset attributes corresponding to these in TEI Simple.

adunning avatar Jul 20 '15 14:07 adunning