Pierre-Anthony Lemieux
Pierre-Anthony Lemieux
Given the schema below, the following instance fails with a single error: _{'schema': 'C', 'kind': {'schema': 'D', 'foo': 2}}: {'schema': 'C', 'kind': {'schema': 'D', 'foo': 2}} is not valid under...
https://ctp.dcimovies.com/a140e719aa9f91cdb738a761c1e3a5d657005edb/ctp.html ``` Error: An img element must have an alt attribute, except under certain conditions. For details, consult [guidance on providing text alternatives for images](https://www.w3.org/WAI/tutorials/images/). From line 56243, column 9;...
As it stands, it looks like like entries like `TTML1` refers to the most recent version of TTML1, which is fine since references to specific versions, e.g. `ttml1-20041101` are also...
The SCC reader uses heuristics to detect line alignment. When there is ambiguity, e.g. 32 character line, the reader defaults to left-aligned, which is incorrect if the rest of the...
IMSC writer should emit only the text contents of a `span` element if the `span` element is anonymous span, i.e. it contains a single `text` element and does not include...
In IMSC, "c" units are only permitted on the `ebutts:linePadding` property. Instead TTML writer should allow the user to specify that `rh` and `rw` units are used.
As it stands, all elements that belong to an ISD Region belong to no region.
https://github.com/sandflow/ttconv/blob/6c6a150814a5ac0a752de439a2125435899158f4/src/main/python/ttconv/config.py#L76
In addition to `HH:MM:SS.sss` and `f`, IMSC writer should support `offset-time` expressions using the `s` metric with up to 6 digits of precision, e.g. ``` begin="1.2443s" ``` The `g` formatting...