sandflow / ttconv

Subtitle conversion. Converts STL, SRT, TTML and SCC into TTML, WebVTT and SRT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISD cache ignores regions with showBackground="always"

palemieux opened this issue · comments

To determine when a region is "active", the ISD cache only looks for text, ignoring regions with showBackground="always".

if isinstance(element, (model.Br, model.Span)):

See also w3c/imsc-hrm-tests#12