Skip to content
New issue

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

ttp:profile="http://www.w3.org/ns/ttml/profile/imsc1/text" forbidden by IMSC 1.1 model #274

Open
palemieux opened this issue Jan 8, 2020 · 1 comment

Comments

@palemieux
Copy link

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>
@skynavga
Copy link
Member

skynavga commented Jan 8, 2020

See #219

@skynavga skynavga added the ttv label Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@skynavga @palemieux and others