skynav / ttt

Timed Text Toolkit
BSD 2-Clause "Simplified" License
75 stars 15 forks source link

add support for ttml profile registry #219

Open palemieux opened 6 years ago

palemieux commented 6 years ago

Specifying ttp:profile="http://www.w3.org/ns/ttml/profile/imsc1/text" on tt yields the following error message when using the ttml2 or ttml1 models:

Invalid {http://www.w3.org/ns/ttml#parameter}profile value 'http://www.w3.org/ns/ttml/profile/imsc1/text'.

skynavga commented 6 years ago

That's reasonable behavior, since these models don't know anything about IMSC. However, it may be better to emit a warning than a validation error. What we need is support for a new imsc11 model.

palemieux commented 6 years ago

However, it may be better to emit a warning than a validation error.

+1

skynavga commented 4 years ago

Support for an imsc11 model was added in https://github.com/skynav/ttt/pull/229 et al. Renaming this issue to focus on support for TT Profile Registry introduced in https://github.com/w3c/ttml2/pull/1123.

skynavga commented 4 years ago

See https://www.w3.org/TR/ttml-profile-registry/.