TEIC / TEI-Simple

Legacy Repository: TEI SimplePrint now merged into TEI Repository. Originally TEI Simple aimed to define a new highly-constrained and prescriptive subset of the Text Encoding Initiative (TEI) Guidelines suited to the representation of early modern and modern books, a formally-defined set of processing model rules that enable web applications to easily present and analyze the encoded texts, mapping to other ontologies, and processes to describe the encoding status and richness of a TEI digital text.
50 stars 12 forks source link

Rendering options for ordered lists #22

Open adunning opened 9 years ago

adunning commented 9 years ago

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.