On Sat, Jan 19, 2013 at 10:28 AM, Troy A. Griffitts <scr...@crosswire.org>wrote:
> I've done my part and changed one more tag. transChange has been upgraded > from: > <i></i> > > to: > > .transChangeSupplied { > font-style: italic; > } > > <span class="transChangeSupplied"></**span> > > More changes welcome. > > Nic, you mentioned doing similar work on your own copies of our filters. > Any experience you'd like to share? > > Bibletime, same. I know you guys have had stuff styled for quite some > time. > BT outputs the following (found on lines 383ff of src/backend/filters/osistohtml.cpp): <span class="transchange"><span class="**type**"> ...... </span></span> where **type** is the value of the type attribute of transChange. If no type attribute is specified, the value of the changeType attribute is used. If the type or changeType attribute of transChange is equal to "added" then the outer span gets a title="Added text" and if it is equal to "tenseChange" it gets a title="Verb tense changed" added to it. Only some of our styles have CSS associated with the .transchange, but those which do have font-style=italic. Looking at the particular C++ code, I see a very straightforward simplification we could do for it, so I'll probably simplify that logic down. --Greg > > Would ultimately like to get this filter set to something we all can share > and improve. > > Troy > > > > ______________________________**_________________ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/**mailman/listinfo/sword-devel<http://www.crosswire.org/mailman/listinfo/sword-devel> > Instructions to unsubscribe/change your settings at above page >
_______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page