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

Fix derivation for 'tts:displayAlign' (#976). #997

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27434,7 +27434,7 @@ disparity shift value defined in <bibref ref="DVBSS"/>.</p></note>
<tr>
<td><phrase role="strong">Model</phrase></td>
<td><code>display-align</code></td>
<td><code>justify-content</code> (see Notes below)</td>
<td><code>align-items</code> (see notes below)</td>
</tr>
<tr>
<td><phrase role="strong">Values</phrase></td>
Expand All @@ -27454,7 +27454,7 @@ disparity shift value defined in <bibref ref="DVBSS"/>.</p></note>
<ulist>
<item><p>Use a flex layout, setting the main axis to vertical top to bottom:
<code>display: flex; flex-direction: column; position: absolute;</code></p></item>
<item><p>Map <code>tts:displayAlign</code> to <code>justify-content</code>.</p></item>
<item><p>Map <code>tts:displayAlign</code> to <code>align-items</code>.</p></item>
</ulist>
</td>
</tr>
Expand Down