diff --git a/docs/1.0.md b/docs/1.0.md index 0ea58cf..20f3245 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -757,7 +757,8 @@ Example of specifying four different image sizes: ## Live Item ``

The `liveItem` tag is used for a feed to deliver a live stream to podcast apps. It takes the same format as a standard `` episode tag, and all tags that are allowed inside of -a normal `` tag are also allowed as children of `` except for `` which is supplanted in this context with ``. +a normal `` tag are also allowed as children of ``. Podcast apps should support both `` and `` for greatest compatibility. + The `start` and `end` attributes denote when the live stream "should" start and end. But, real life dictates that those times might not be adhered to. Apps are therefore encouraged not to rely solely on those times as anything more than an approximation. The canonical way to know if a stream has started is with the `status` attribute. If `status` is "live" then the stream has started. @@ -772,8 +773,8 @@ apps know.   Multiple ### Node Value -All tags that are valid inside of a standard `` tag are also valid here, except for ``. Instead of a normal `` which doesn't make sense in a live context, -the `` tag MUST be used instead. The [`alternateEnclosure`](#alternate-enclosure) tag has robust support for specifying streaming content. +All tags that are valid inside of a standard `` tag are also valid here. The [`alternateEnclosure`](#alternate-enclosure) tag has robust support for specifying streaming content +in a myriad of ways and is encouraged over `` where possible. ### Attributes - **status** (required) A string that must be one of `pending`, `live` or `ended`. @@ -803,5 +804,6 @@ the `` tag MUST be used instead. The [`alternateEnc + ``` \ No newline at end of file