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
There could also be an option to create multiple version of a table, with different layouts. Upon checking the result the user can than decide which variant is the best. (This is currently done in duplicate-tables.xsl.)
Noterefs are currently replaced with the note elements that they reference (mark-noterefs.xsl), so that the ::footnote-call approach can be used to lay out the notes. But there also exists an alternative to lay out notes (with ::alternate and target-content()). If possible we should use this simpler alternative (requires no XSLT).
Braille translation
text-transform: uncontractedinNotaTranslatorcan be dropped because it is now handled in standard Pipeline.block-translate.xslandNotaTranslatorcan be removed.Style sheets
::footnote-callapproach can be used to lay out the notes. But there also exists an alternative to lay out notes (with::alternateandtarget-content()). If possible we should use this simpler alternative (requires no XSLT).