Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions imsc1/spec/ttml-ww-profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@
aliasOf: "SMPTE2052-1-2010"
},
"ttml2": {
aliasOf: "ttml2-20200128"
title: "Timed Text Markup Language 2 (ttml2) (2nd Edition)",
publisher: "W3C",
status: "Candidate Recommendation Snapshot",
date: "9 March 2021",
href: "https://www.w3.org/TR/2021/CR-ttml2-20210309"
},
"ARIB-STD-B62": {
publisher: "ARIB",
Expand Down Expand Up @@ -2877,7 +2881,7 @@ <h4><code>#font</code> and <code>#source</code></h4>
<a href="#section-font-resources"></a>, in which case a sibling <a>external data resources</a> with a supported type can also be specified
for fallback processing.</aside>

<aside class="note">As specified in [[TTML2]], a <code>font</code> element specifies one or more child source elements if it does not
<aside class="note">As specified in [[ttml2]], a <code>font</code> element specifies one or more child source elements if it does not
specify a <code>src</code> attribute.</aside>

<aside class='example'>
Expand Down Expand Up @@ -2906,7 +2910,7 @@ <h4><code>#font</code> and <code>#source</code></h4>
the algorithm for associating a font with a run of text
is implementation dependent.
The implemented font selection algorithm can therefore use a
different font for presentation than [[TTML2]]'s line height computation
different font for presentation than [[ttml2]]'s line height computation
algorithm selects, which could lead to unexpected results.
</aside>

Expand Down Expand Up @@ -3707,7 +3711,7 @@ <h4>Success Criteria 3.1.1 Language of Page and 3.1.2 Language of Parts</h4>
phrase in the content can be programmatically determined.</p>

<p>In the context of this specification, this is achieved by specifying
<a data-cite="TTML2#content-attribute-xml-lang"><code>xml:lang</code></a>.</p>
<a data-cite="ttml2#content-attribute-xml-lang"><code>xml:lang</code></a>.</p>
</section>

</section>
Expand Down