Skip to content

Commit

Permalink
Correct profile signaling in examples (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Nov 21, 2019
1 parent 12e2f46 commit 5103a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imsc1/spec/examples/fillLineGap-example-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ttp:timeBase="media"
xml:lang="en"
ttp:cellResolution="50 30"
ttp:profile="http://www.w3.org/ns/ttml/profile/imsc1.2/text">
ttp:contentProfiles="http://www.w3.org/ns/ttml/profile/imsc1.2/text">
<head>
<styling>
<style xml:id="spanStyle" tts:color="#ffffff" tts:backgroundColor="#000000" />
Expand Down
2 changes: 1 addition & 1 deletion imsc1/spec/ttml-ww-profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ <h3>Mapping the <a>Root Container Region</a> to the <a>Related Video Object</a><
xmlns:ittp=&quot;http://www.w3.org/ns/ttml/profile/imsc1#parameter&quot;
ttp:displayAspectRatio=&quot;4 3&quot;
tts:extent=&quot;400px 300px&quot;
ttp:profile=&quot;...&quot;
ttp:contentProfiles=&quot;...&quot;
&gt;
...
&lt;region xml:id=&quot;A&quot; tts:origin=&quot;40px 10px&quot; tts:extent=&quot;320px 10px&quot;&gt;
Expand Down

0 comments on commit 5103a54

Please sign in to comment.