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 name of IMSC namespaces #304

Merged
merged 4 commits into from
Feb 6, 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
39 changes: 23 additions & 16 deletions imsc1/spec/ttml-ww-profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ <h3>Namespaces</h3>
</tr>

<tr>
<td>IMSC 1.0 Styling</td>
<td>IMSC Styling</td>

<td><code>itts</code></td>

Expand All @@ -478,7 +478,7 @@ <h3>Namespaces</h3>
</tr>

<tr>
<td>IMSC 1.0 Parameter</td>
<td>IMSC Parameter</td>

<td><code>ittp</code></td>

Expand All @@ -488,7 +488,7 @@ <h3>Namespaces</h3>
</tr>

<tr>
<td>IMSC 1.0 Metadata</td>
<td>IMSC Metadata</td>

<td><code>ittm</code></td>

Expand All @@ -498,7 +498,7 @@ <h3>Namespaces</h3>
</tr>

<tr>
<td>IMSC 1.0 Extension</td>
<td>IMSC Extension</td>

<td><em>none</em></td>

Expand Down Expand Up @@ -895,7 +895,7 @@ <h4>ittm:altText</h4>
xml:id = ID
xml:lang = string
xml:space = (default|preserve)
{any attribute not in the default namespace, any TT namespace or any IMSC 1.0 namespace}&gt;
{any attribute not in the default namespace, any TT namespace or any IMSC namespace}&gt;
Content: #PCDATA
&lt;/ittm:altText&gt;
</pre>
Expand Down Expand Up @@ -1115,15 +1115,22 @@ <h4>Maximum number</h4>
<h3>Profile Signaling</h3>

<p>The <code>ttp:profile</code> attribute SHOULD be present on the <code>tt</code> element and equal to the designator of the
IMSC1 profile to which the <a>Document Instance</a> conforms, and the <code>ttp:profile</code> element SHOULD NOT be present,
unless:</p>
IMSC 1.0 profile to which the <a>Document Instance</a> conforms, and the <code>ttp:profile</code> element SHOULD NOT be
present, unless:</p>

<ul>
<li>the <a>Document Instance</a> also conforms to [[!EBU-TT-D]], in which case neither the <code>ttp:profile</code>
attribute nor the <code>ttp:profile</code> element are present, and, instead, the designator of the IMSC1 profile to which
the <a>Document Instance</a> conforms and the URI <code>"urn:ebu:tt:distribution:2014-01"</code> SHOULD each be carried in
an <code>ebuttm:conformsToStandard</code> element as specified in [[!EBU-TT-D]] and illustrated in <a href=
"#ebu-tt-d-interop"></a>; or
<li>
<p>the <a>Document Instance</a> also conforms to [[!EBU-TT-D]], in which case neither the <code>ttp:profile</code>
attribute nor the <code>ttp:profile</code> element are present, and, instead, the designator of the IMSC 1.0 profile to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an instance of "IMSC1 profile" on line 1118 - does that also need changing to "IMSC 1.0 profile"?

Copy link
Contributor Author

@palemieux palemieux Jan 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done at ea2637a

which the <a>Document Instance</a> conforms and the URI <code>"urn:ebu:tt:distribution:2014-01"</code> SHOULD each be
carried in an <code>ebuttm:conformsToStandard</code> element as specified in [[!EBU-TT-D]] and illustrated in <a href=
"#ebu-tt-d-interop"></a>; or</p>

<div class='note'>
<p>Multiple other <code>ebuttm:conformsToStandard</code> elements can be present in addition to the two recommended
above, indicating simultaneous conformance to profiles defined in other specifications, including future versions of
this specification.</p>
</div>
</li>

<li>the <a>Document Instance</a> also conforms to [[ttml10-sdp-us]], in which case the <code>ttp:profile</code> attribute
Expand Down Expand Up @@ -1755,7 +1762,7 @@ <h3>Features and Extensions</h3>
</tr>

<tr>
<td style="text-align:center" colspan="3"><em>Relative to the IMSC 1.0 Extension namespace</em></td>
<td style="text-align:center" colspan="3"><em>Relative to the IMSC Extension namespace</em></td>
</tr>

<tr>
Expand Down Expand Up @@ -2318,7 +2325,7 @@ <h3>Features and Extensions</h3>
</tr>

<tr>
<td colspan="3" style="text-align:center"><em>Relative to the IMSC 1.0 Extension namespace</em></td>
<td colspan="3" style="text-align:center"><em>Relative to the IMSC Extension namespace</em></td>
</tr>

<tr>
Expand Down Expand Up @@ -2893,7 +2900,7 @@ <h3>Features and Extensions</h3>
</tr>

<tr>
<td style="text-align:center" colspan="3"><em>Relative to the IMSC 1.0 Extension namespace</em></td>
<td style="text-align:center" colspan="3"><em>Relative to the IMSC Extension namespace</em></td>
</tr>

<tr>
Expand Down Expand Up @@ -3854,7 +3861,7 @@ <h2>Extensions</h2>
<h3>General</h3>

<p>The following sections define extension designations, expressed as relative URIs (fragment identifiers) relative to the
IMSC 1.0 Extension Namespace base URI.</p>
IMSC Extension Namespace base URI.</p>
</section>

<section class='appendix'>
Expand Down