Description
EGD 4.4.1 define <del>
as follows:
- text that was deleted in premodern time (without adding a corresponding correction) should be wrapped in the element
<del>
- in our project, this element will by default be understood to represent text rendered illegible through erasure by means of chiselling a stone surface, hammering copper flat, or rubbing the surface smooth
No allusion is made to the notion of "scribe" and when the deletion was made vis-à-vis the initial engraving of the line.
I have these two lines of code for a case of intentional erasure presumably postdating the orignal engraving by some years, decades or even centuries:
<lb break="no" n="B3"/>ma</surplus> suparṇa<unclear>vā</unclear>haṇa tguh uttuṅgadeva, <unclear>Um</unclear>iṅ<unclear>so</unclear>r· I rakryān· kanuruhan· pu dharmmamūrtti <unclear>naro</unclear>ttama dānaśūra <unclear>k</unclear>umo<unclear>nak</unclear>ǝ<unclear>n</unclear> i<unclear>kana</unclear>ṁ ri pucaṅan·, Iṁ barahǝm·, Iṁ bapuri, lmaḥniṁ varggāpi<unclear>ṅhe</unclear> <del><gap quantity="8" reason="lost" unit="character"/>
<lb n="B4"/> <gap quantity="32" reason="lost" unit="character"/></del> susukǝn·, mapaknā pa<unclear>ṅ</unclear>adǝganani dharmma karṣyan· śrī mahārāja,</p> <p>sambandha, A<supplied reason="lost">n·</supplied>

In the display, I see the notion of "scribal deletion" which appears to me more narrow than what we iontended in EGD 4.4.1. Notably, it would seem inappropriate for the case I a dealing with. So should I encode differently or should the display be modified?


Finally, it seems that the system does not pick up on the fact that the deletion stretches across the <lb>
for which reason I have had to encode two <gap>
s wrapped in a single <del>
. Only for the first <gap>
does the system recognize the connection between lacune and deletion.
All in all, I might have preferred the tooltip at the start of <del>
to indicate "Deletion | 8 lost characters | 32 lost characters" or something like that.