You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to deal with the deleted text encoded in <note type="translation">. Currently, as seen below, the deleted text is printed normally despite being marked with <del rend="strike"> in the TEI.
TEI
The preferred result would be that this text was struck through in the pop-up in the diplomatic version and then removed in the normalized just as it works in the original untranslated manuscript.
If this isn't possible, deleting the text from both the diplomatic and normalized is the next best thing. This is also what currently happens on the P4 site.
The text was updated successfully, but these errors were encountered:
Currently, the text of the pop-up is located in the @title of a <span> element (See below). Unless we change the type of pop-up into something like <bibl> or some other <note>, we cannot contain styled text. Or you can just modify the translation, like deleting the part or using some brackets. Which du you prefer?
We need a way to deal with the deleted text encoded in
<note type="translation">
. Currently, as seen below, the deleted text is printed normally despite being marked with<del rend="strike">
in the TEI.TEI
The preferred result would be that this text was struck through in the pop-up in the diplomatic version and then removed in the normalized just as it works in the original untranslated manuscript.
If this isn't possible, deleting the text from both the diplomatic and normalized is the next best thing. This is also what currently happens on the P4 site.
The text was updated successfully, but these errors were encountered: