We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
See #219
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: