Skip to content

Commit

Permalink
Clarify #extent-region constraints (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jul 4, 2019
1 parent 6a0bdfe commit 3179903
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions imsc1/spec/ttml-ww-profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -3144,8 +3144,11 @@ <h4><code>#color</code></h4>
<section id="text-extent-region">
<h4><code>#extent-region</code></h4>

<p>The <code>tts:extent</code> attribute SHALL be present on all <code>region</code> elements, where it SHALL use
<code>px</code> units, percentage values, or root container relative units.</p>
<p>The <code>tts:extent</code> style property SHALL be specified on all the <code>region</code> elements of a
<a>Document Instance</a>.</p>

<p>The value of a <code>tts:extent</code> style property specified on a <code>region</code> element SHALL
use <code>px</code> units, percentage values, or root container relative units.</p>
</section>

<section id="text-fontFamily-generic">
Expand Down Expand Up @@ -3378,8 +3381,11 @@ <h4><code>#content</code></h4>
<section id="image-extent-region">
<h4><code>#extent-region</code></h4>

<p>The <code>tts:extent</code> attribute SHALL be present on all <code>region</code> elements, where it SHALL use
<code>px</code> units.</p>
<p>The <code>tts:extent</code> style property SHALL be specified on all the <code>region</code> elements of a
<a>Document Instance</a>.</p>

<p>The value of a <code>tts:extent</code> style property specified on a <code>region</code> element SHALL
use <code>px</code> units.</p>
</section>

<section id="image-length-negative">
Expand Down

0 comments on commit 3179903

Please sign in to comment.