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

Apply fix from ttml1/#275 (#358). #578

Merged
merged 2 commits into from
Jan 25, 2018
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
8 changes: 5 additions & 3 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15676,9 +15676,6 @@ ref="semantics-style-inheritance-content"/> below.</p>
other out-of-line style properties, thus creating a chain of references starting at the
affected element. When expressed in this manner, the association of style information
is referred to as <emph>chained referential styling</emph>.</p>
<p>If the same style property is specified in more than one referenced
style set, then the last referenced style set applies, where the order of application starts from
the affected element and proceeds to referenced style sets, and, in turn, to subsequent referenced style sets.</p>
<p>A loop in a sequence of chained style references must be considered an error.</p>
<p>The use of referential styling is restricted to making
reference to <el>style</el> element descendants of a <el>styling</el>
Expand Down Expand Up @@ -15709,6 +15706,11 @@ given priority as described above by <specref ref="semantics-style-association-i
</tr>
</tbody>
</table>
<note role="explanation">
<p>In the above example, the text of the second paragraph is yellow, since <code>tts:color='yellow'</code>
effectively overwrites (is merged over) the <code>tts:color='white'</code> that style <code>s2</code> obtains by a reference to style
<code>s1</code>.</p>
</note>
</div4>
<div4 id="semantics-style-association-nested">
<head>Nested Styling</head>
Expand Down