From b7b60385b6489e87c5db0a4d090abb4a11b25505 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 13 Oct 2020 16:56:39 -0500 Subject: [PATCH] remove "chapters" container - #30 --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8ce15ac..5f3aa13 100644 --- a/README.md +++ b/README.md @@ -116,22 +116,20 @@ this larger namespace. But, we don't want to be so general that the spec become specified by the RSS \ element. If the rel="captions" attribute is present, the linked file is considered to be a closed captions file, regardless of what the mime type is. In that scenario, time codes are assumed to be present in the file in some capacity. -- **\** - Channel (optional | single) +- **\** - This element lists optional `` item elements. + Item -- **\** - - Item (optional | multiple) + (optional | multiple) This element specifies a point in time during the podcast that can be linked to directly and optionally supplemented with additional content. `start` is required and uses the [Normal Play Time](https://www.w3.org/TR/media-frags/#naming-time) standard. - `title` is required and is used as a user facing identifier for this chapter + `title` is optional and is used as a user facing identifier for this chapter `href` is optional and points to additional user facing content `type` is optional but it is strongly encouraged if `href` is used so that clients can handle the chapter content appropriately + - **\**[uri of media asset]**\** Channel (optional | single)