Code: Select all
<p>
This is a sample sentence that <addName>Lady</addName> is using to demonstrate
<name>T·E·I</name> functionality for her blog.<milestone unit="sentence"/>
This is a second sentence, mentioning <forename>æsc</forename>.<milestone
unit="sentence"/>
</p>
<⸺name>
and <milestone unit="sentence"/>
provide enough information to derive the capitalization programmatically. The special case of æsc’s name could be represented with rend="lowercase"
. So this could just as easily be encoded as :—Code: Select all
<p>
this is a sample sentence that <addName>lady</addName> is using to demonstrate
<name>t·e·i</name> functionality for her blog.<milestone unit="sentence"/>
this is a second sentence, mentioning <forename rend="lowercase">æsc</forename
>.<milestone unit="sentence"/>
</p>