-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<del>: meaning, display, and wrapping it around more than one <gap> #304
Comments
I picked the "Scribal deletion" tooltip from the old editorial conventions table. No problem changing it to something else. The bug you mention will be addressed in the 'major overhaul' I mentioned in our mail exchanges. There are many cases like that (among which #305, as you observed). |
To be noted that we use "Scribal addition ..." for |
I was at first sight inclined to think we want to keep "Scribal" there. But plain "Addition" would also not be wrong and would allow for accommodating any (thus far unforeseen and probably rather hypothetical) cases of addition to a text by an engraver who was active after the original scribe. Another reason for removing any allusions to the notion of a 'scribe' is the fundamental problem we face in most epigraphic documents, namely that we have only limited understanding, or no understanding at all, of the division of labor between various types of artisans:
|
Regarding the term "scribe", we've already had some discussion, as a consequence of which the introductory part of EGD §4.4 (Premodern scribal intervention) now says: As for the tooltip, in my opinion tooltips are meant to be brief and can never be expected to be pedantically accurate in all cases. When the tooltip says "Scribal deletion", the above definition of scribe should apply, but this cannot be explained in the tooltip, and there will be very few cases where the meaning of "scribe" is not straightforward. Of course, your suggestion of simple "Deletion" is even briefer and not pedantic, but as Michaël's above comment implies, it increases ambiguity. Although the proper technical term for editorial deletion (e.g. of dittography) is "suppression", this is in my opinion not immediately straightforward (hence even the EGD §6.2.3. title is "Editorial deletion (suppression)"), so if the tooltip were just "deletion", then I think the potential for readers to misunderstand this as editorial deletion has much more impact than the potential for readers to misunderstand "scribal" in a narrower sense of "scribe". The problem is more conspicuous in the case of addition and correction. There is a terminological consistency in the EGD, so indeed: we should certainly not change "Scribal addition" to just "Addition", and if we don't do that, then changing "Scribal deletion" to "Deletion" introduces an inconsistency. In that connection, I think it is worth recalling that you once observed in an EGD comment (21 June 2021), "in the context of drafting the EGC, distinghuishing ‘editorial’ from ’scribal’ interventions has proven quite important, so I’d prefer imposing the distinction also in EGD" And finally, on the encoding of deletion across a line break. I do not see this as a bug; in fact, since the line break is not (and cannot be) deleted, I see it as an encoding error. It's a case of overlapping hierarchies: even if a deletion perceived as a single feature extends across a line break, it must be encoded as two separate features because the hierarchy of extrinsic structure intervenes in it. See EGD §8.2 and especially §8.2.5, "Tier 5, phrase-level elements". Although scribal intervention is not explicitly listed here as a phrase-level element, it certainly is one (and none of the lists of examples for the hierarchical tiers are complete). According to our rules formulated early on, such elements must "in case of conflict give way to elements of tier 4 and above" (where |
Thanks for exposing all of this so clearly.
I leave the reast to Michael. |
This reverts commit 95b504f.
A minor update as I'm just catching up on my task list: issue #307, newly formulated by Michaël, is relevant to why we want to treat line breaks (and other milestone-like elements) like a virtual hierarchy. I've noted the explicit definition of scribe for the EGD. |
Our current schema infrastructure cannot flag encoding issues like these. I have a more expressive one in preparation, but it will likely not be completed before more than a year. |
EGD 4.4.1 define
<del>
as follows:<del>
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:
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.The text was updated successfully, but these errors were encountered: