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
Given how elegantly Hugh's fix for combinations of scribal/editorial apostrophe works, via the gtype with content (i.e., <g type="apostrophe">’</g>), I wonder how complicated it would be to support other combinations, too: the gtypeshigh-punctus, low-punctus, dipunct, hypodiastole, diastole, and middot can also appear in conjunction with editorial punctuation (period, comma, raised dot, apostrophe, semicolon/question-mark), and so it would be nice if these elements could have content, too.
Is it possible to expand the XSLT to support them, along the following pattern?
<g type="high-punctus">.</>
<g type="high-punctus">,</>
<g type="high-punctus">·</>
<g type="high-punctus">;</>
<g type="high-punctus">’</>
<g type="low-punctus">.</>
<g type="low-punctus">,</>
<g type="low-punctus">·</>
<g type="low-punctus">;</>
<g type="low-punctus">’</>
<g type="dipunct">.</>
<g type="dipunct">,</>
<g type="dipunct">·</>
<g type="dipunct">;</>
<g type="dipunct">’</>
Etc.
The text was updated successfully, but these errors were encountered:
samosafuz
changed the title
Feature request: non
Feature request: more punctuation gtypes with content
Jun 6, 2022
Given how elegantly Hugh's fix for combinations of scribal/editorial apostrophe works, via the
gtype
with content (i.e.,<g type="apostrophe">’</g>
), I wonder how complicated it would be to support other combinations, too: thegtypes
high-punctus
,low-punctus
,dipunct
,hypodiastole
,diastole
, andmiddot
can also appear in conjunction with editorial punctuation (period, comma, raised dot, apostrophe, semicolon/question-mark), and so it would be nice if these elements could have content, too.Is it possible to expand the XSLT to support them, along the following pattern?
<g type="high-punctus">.</>
<g type="high-punctus">,</>
<g type="high-punctus">·</>
<g type="high-punctus">;</>
<g type="high-punctus">’</>
<g type="low-punctus">.</>
<g type="low-punctus">,</>
<g type="low-punctus">·</>
<g type="low-punctus">;</>
<g type="low-punctus">’</>
<g type="dipunct">.</>
<g type="dipunct">,</>
<g type="dipunct">·</>
<g type="dipunct">;</>
<g type="dipunct">’</>
The text was updated successfully, but these errors were encountered: