<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">At this point the code (osisxhtml) says:<div class=""><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">if</span> ((type == <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"</span><span style="font-variant-ligatures: no-common-ligatures; color: #991200; background-color: #e6e600" class="">added</span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"</span>) || (type == <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"supplied"</span>))</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;outText(<span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"&lt;span class=</span><span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3" class="">\"</span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">transChangeSupplied</span><span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3" class="">\"</span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">&gt;"</span>, buf, u);</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">else</span> <span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">if</span> (type == <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"tenseChange"</span>)</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;buf += <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"*"</span>;</div><div class=""><br class=""></div><div class="">Note: supplied is not a valid value for transChange and probably represents an earlier OSIS text.</div><div class=""><br class=""></div><div class="">It really bother’s me that tenseChange is given with mark down. And that none of the other transChange type attributes are passed as class values.</div><div class=""><br class=""></div><div class="">Here is how it handles catchWord and rdg.</div><div class=""><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(83, 48, 225);" class="">// &lt;catchWord&gt; &amp; &lt;<span style="font-variant-ligatures: no-common-ligatures; color: #0220b3; background-color: #e6e600" class="">rdg</span>&gt; tags (italicize)</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">else</span> <span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">if</span> (!strcmp(tag.getName(), <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"</span><span style="font-variant-ligatures: no-common-ligatures; color: #991200; background-color: #e6e600" class="">rdg</span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"</span>) || !strcmp(tag.getName(), <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"catchWord"</span>)) {</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">if</span> ((!tag.isEndTag()) &amp;&amp; (!tag.isEmpty())) {</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;outText(<span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"&lt;i&gt;"</span>, buf, u);</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;}</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; <span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">else</span> <span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">if</span> (tag.isEndTag()) {</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;outText(<span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">"&lt;/i&gt;"</span>, buf, u);</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; }</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo;" class="">}</div></div><div class=""><br class=""></div><div class="">This is not good. Probably should have been &lt;span class=“…”&gt; And catch word should be styled as bold.</div><div class=""><br class=""></div><div class="">DM</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On Feb 5, 2016, at 11:52 AM, Greg Hellings &lt;<a href="mailto:greg.hellings@gmail.com" class="">greg.hellings@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">At this point, I believe that SWORD hands off styling like that to the<br class="">app to do with CSS (for those apps using HTML output). Does it not? I<br class="">don't thin it's using &lt;i&gt; or &lt;em&gt;, although I could be wrong.<br class=""><br class="">--Greg<br class=""><br class="">On Fri, Feb 5, 2016 at 10:26 AM, David Haslam &lt;<a href="mailto:dfhmch@googlemail.com" class="">dfhmch@googlemail.com</a>&gt; wrote:<br class=""><blockquote type="cite" class="">Something that DM and I have mooted.<br class=""><br class="">When transChange is used within a rdg element (i.e. inside a note), and<br class="">since SWORD renders text within a rdg as italics, then the text within the<br class="">transChange ought ideally to be rendered as normal type in order to maintain<br class="">the contrast with the other text that's in italics.<br class=""><br class="">If not already done, please could this be patched in the SWORD source code.<br class=""><br class="">DM will implement it in JSword.<br class=""><br class="">Best regards,<br class=""><br class="">David<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">--<br class="">View this message in context: <a href="http://sword-dev.350566.n4.nabble.com/transChange-within-a-rdg-element-tp4655995.html" class="">http://sword-dev.350566.n4.nabble.com/transChange-within-a-rdg-element-tp4655995.html</a><br class="">Sent from the SWORD Dev mailing list archive at <a href="http://nabble.com" class="">Nabble.com</a>.<br class=""><br class="">_______________________________________________<br class="">sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a><br class=""><a href="http://www.crosswire.org/mailman/listinfo/sword-devel" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">Instructions to unsubscribe/change your settings at above page<br class=""></blockquote><br class="">_______________________________________________<br class="">sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a><br class=""><a href="http://www.crosswire.org/mailman/listinfo/sword-devel" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">Instructions to unsubscribe/change your settings at above page<br class=""></div></div></blockquote></div><br class=""></div></body></html>