pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
256 stars 136 forks source link

For DFXP files, detects captions with "<tt>" only #173

Closed prabhakar267 closed 3 years ago

prabhakar267 commented 6 years ago

According to the latest w3 DFXP specs, <tt> and <tt:tt> both are acceptable formats for a valid DFXP file. Specs: https://www.w3.org/TR/ttml1/#document-structure-vocabulary-tt

ana-nichifor commented 3 years ago

Hi, can you provide more details on the use case of <tt:tt>? Are there any benefits over simple <tt> tags? Are there situations where tt is required as a namespace?

ana-nichifor commented 3 years ago

I'm going to close this issue and we can continue the conversation on #213 as it addresses the same problem with more details. Thank you!