Browse Source
the element style resolution order should start with Inline Styling than Referential Styling than Region Style Inheritance without overriding. if we have: <style xml:id="captionStyle" tts:color="red"/> and: <span style="captionStyle" tts:color="green">test</span> so in the example the color should be green not red. Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>pull/57/head
committed by
Francois Cartegnie
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue