Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify derivation of special semantics of tts:direction (#1024). #1147

Merged
merged 1 commit into from
Sep 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9678,6 +9678,11 @@ as determined above effectively becomes the value of <att>tts:direction</att> in
<p>In the case of any other element <emph><code>E</code></emph>, where <emph><code>E</code></emph> is not a
<loc href="#layout-vocabulary-region"><el>region</el></loc> element, the presence or absence of a <att>tts:writingMode</att> attribute
has no affect on the resolution of the computed value of <att>tts:direction</att> on <emph><code>E</code></emph>.</p>
<note role="clarification">
<p>The semantics described above correspond to the <emph>XSL modifications to the CSS definition</emph> of the
<code>direction</code> property as defined by <bibref ref="xslfo11"/> &sect;7.29.1, and, as such, are included in the scope of the
<loc href="#feature-direction"><code>#direction</code></loc> feature.</p>
</note>
</div4>
</div3>
<div3 id="style-attribute-disparity">
Expand Down