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

Remove support for tts:position on root (tt) element (#319). #335

Merged
merged 1 commit into from
May 28, 2017
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: 1 addition & 6 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5388,7 +5388,6 @@ zero or one <el>body</el> element.</p>
&lt;tt
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition">&lt;condition&gt;</loc>
<loc href="#style-attribute-extent">tts:extent</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
<loc href="#style-attribute-position">tts:position</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
<loc href="#content-attribute-xml-id">xml:id</loc> = ID
<loc href="#content-attribute-xml-lang"><phrase role="reqattr">xml:lang</phrase></loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
<loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>) : default
Expand Down Expand Up @@ -5426,10 +5425,7 @@ in an external namespace, such as <att>m708:aspectRatio</att> as defined in <bib
This would permit, for example, the interchange of information that reflects
the semantics of <bibref ref="cta708e"/> , &sect;4.5 “Caption Service Metadata”, “ASPECT RATIO”.</p>
</note>
<p>If the <loc href="#style-attribute-position"><att>tts:position</att></loc> attribute is specified on the <el>tt</el>
element, then it must adhere to <specref ref="style-attribute-position"/>, in which case it
specifies the position of the <loc href="#terms-root-container-region">root container region</loc> relative to a reference positioning rectangle.</p>
<p>Except for the <att>tts:extent</att> and <att>tts:position</att> attributes described above, an attribute in the TT Style Namespace should not
<p>Except for the <att>tts:extent</att> attribute described above, an attribute in the TT Style Namespace should not
be specified on the <el>tt</el> element unless it denotes an inheritable style property, in which case such inheritable style property is available
for <loc href="#semantics-style-inheritance-root">root style inheritance</loc>. If a non-inheritable style property is specified, then
it must be ignored for the purpose of non-validation processing. In the case of validation
Expand Down Expand Up @@ -11077,7 +11073,6 @@ as a style property only to those element types indicated in the following table
<tr>
<td><emph>Applies to:</emph></td>
<td>
<loc href="#document-structure-vocabulary-tt"><el>tt</el></loc>,
<loc href="#content-vocabulary-div"><el>div</el></loc>,
<loc href="#content-vocabulary-p"><el>p</el></loc>,
<loc href="#layout-vocabulary-region"><el>region</el></loc>
Expand Down