PerseusDL / canonical

This will be the base repo for all text and annotation data published in the PDL
16 stars 17 forks source link

<del> tag replacement #157

Open lcerrato opened 8 years ago

lcerrato commented 8 years ago

As noted here: canonical-latinLit #80

<del> is being used to represent bracketed text:

mi [ni] mum

would suggest replacement:

<choice>
    <reg>minimum</reg>
    <orig>mimum</orig>
</choice>

The above would render <reg> text as footnote rather than inline. As I personally think that mimum is preferred reading I want the inline to be mimum. Others may disagree.

per EpiDoc

Thoughts?