skynav / ttt

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

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

Open palemieux opened 4 years ago

palemieux commented 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>
skynavga commented 4 years ago

See #219