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
7 changes: 7 additions & 0 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11488,6 +11488,13 @@ have no impact on ruby alignment.</p>
</note>
<p>If a computed value of the property associated with this attribute is not supported,
then a <loc href="#terms-presentation-processor">presentation processor</loc> must use the value <code>center</code>.</p>
<note role="elaboration">
<p>In this specification, ruby annotations in timed text applications are assumed to be narrow, since presentation space and available time are
often constrained. As a consequence, this version of TTML does not enable authors to control how spacing is distributed when the
ruby annotation is wider than its base text. This might be problematic for wide ruby annotations at the start or end edge of the line. In order
to avoid issues, authors are encouraged to use an appropriate value of <att>tts:rubyAlign</att> and/or to split events containing wide
ruby annotations into multiple lines or even multiple events.</p>
</note>
<p>The <att>tts:rubyAlign</att> style is illustrated by the following example.</p>
<table id="ruby-align-example-1" role="example">
<caption>Example Fragment &ndash; Ruby Align</caption>
Expand Down