Open palemieux opened 4 years ago
The following snippet triggers [E]:[9,64]:Invalid {http://www.w3.org/ns/ttml#parameter}profile value 'http://www.w3.org/ns/ttml/profile/imsc1/text'. when validated against the IMSC 1.1 model.
<?xml version="1.0" encoding="UTF-8"?> <tt xmlns="http://www.w3.org/ns/ttml" xmlns:ttp="http://www.w3.org/ns/ttml#parameter" xmlns:tts="http://www.w3.org/ns/ttml#styling" xmlns:itts="http://www.w3.org/ns/ttml/profile/imsc1#styling" ttp:timeBase="media" xml:lang="en" ttp:cellResolution="50 30" ttp:profile="http://www.w3.org/ns/ttml/profile/imsc1/text"> <body> <div begin="00:00:00.000" end="00:00:30.000"> <p> <span>Paragraph 1</span> </p> </div> </body> </tt>
See #219
The following snippet triggers [E]:[9,64]:Invalid {http://www.w3.org/ns/ttml#parameter}profile value 'http://www.w3.org/ns/ttml/profile/imsc1/text'. when validated against the IMSC 1.1 model.