Skip to content

Commit

Permalink
Change length to duration
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
marisademeglio committed Oct 11, 2019
1 parent 14db0f7 commit 8ab41f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/incorporating-sync-narr.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2>Inclusion in a Publication Manifest</h2>
"type": "LinkedResource",
"url": "narration1.json",
"encodingFormat": "application/vnd.wp-sync-media+json",
"length": "10000s"
"duration": "10000s"
}]
},
{
Expand All @@ -122,18 +122,17 @@ <h2>Inclusion in a Publication Manifest</h2>
"type": "LinkedResource",
"url": "narration2.json",
"encodingFormat": "application/vnd.wp-sync-media+json",
"length": "10000s"
"duration": "10000s"
}]
}
]
}
</pre>
</p>

<p>A synchronized narration document a LinkedResource and uses the following properties: </p>
<p class="issue"><a href="https://github.com/w3c/sync-media-pub/issues/20">Issue #20: length or duration?</a></p>
<p>A synchronized narration document is a LinkedResource and uses the following properties: </p>
<ul>
<li><code>length</code>: as in Audio publications</li>
<li><code>duration</code>: as in Audiobooks</li>
<li><code>readBy</code>: as in <a href="https://w3c.github.io/audiobooks/#audio-creators">Audiobooks</a></li>
<li><code>encodingFormat</code>: [application/vnd.wp-sync-media+json](narration.html#mimetype)</li>
</ul>
Expand Down

0 comments on commit 8ab41f0

Please sign in to comment.