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

added section of terminology in IMSC spec #16

Merged
merged 2 commits into from
Dec 9, 2021
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
8 changes: 4 additions & 4 deletions spec/imsc-hrm.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,18 +216,18 @@ <h2>Documentation Conventions</h2>

<section id='terms'>
<h2>Terms and Definitions</h2>
<p><dfn data-lt="Document Instance|Document Instances">Document Instance</dfn>. See Section 2.2 at [[!ttml2]].</p>
<p><dfn data-lt="Document Instance|Document Instances">Document Instance</dfn>. See [[!ttml2]].</p>

<p><dfn>IMSC Document Instance</dfn>. A <a>Document Instance</a> that conforms to any profile defined in any edition of
[[!imsc]].</p>

<p><dfn>Intermediate Synchronic Document</dfn>. See Section 9.3.2 at [[!ttml2]].</p>
<p><dfn>Root Container Region</dfn>. See Section 2.2 at [[!ttml2]].</p>
<p><dfn>Intermediate Synchronic Document</dfn>. See [[!ttml2]].</p>
<p><dfn>Root Container Region</dfn>. See [[!ttml2]].</p>

<p><dfn>Related Video Object</dfn>. A <a>Related Media Object</a> that consists of a sequence of image frames, each a
rectangular array of pixels.</p>

<p><dfn>Related Media Object</dfn>. See Section 2.2 at [[!ttml2]].</p>
<p><dfn>Related Media Object</dfn>. See [[!ttml2]].</p>

<p><dfn>presented region</dfn>. See [[!imsc]].</p>

Expand Down