phase 2 - episode tag - #108

pull/190/head
Dave Jones 2021-02-04 09:50:25 -06:00
rodzic 0774c2a35f
commit b61b43b5b8
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -252,7 +252,7 @@ The node value is a decimal number. It is required.
#### Attributes
- **display:** (optional) - If this attribute is present, podcast apps and aggregators are encouraged to show it's value instead of the purely numerical node value. This attribute is a string.
The episode numbers are decimal, so numbering such as `100.5` is acceptable if there was a special mini-episode published between two other episodes. In that scenario, the number would help with proper chronological sorting, while the `display` attribute could specify an alternate special "number" (like `display="100a - Special"`) to display for the episode in a podcast player app UI. While these options are perfectly legal with this element, podcasts are encouraged to keep this element to it's simplest form of just a single, whole number in the node value and no attributes.
The episode numbers are decimal, so numbering such as `100.5` is acceptable if there was a special mini-episode published between two other episodes. In that scenario, the number would help with proper chronological sorting, while the `display` attribute could specify an alternate special "number" (like `display="100a - Special"`) to display for the episode in a podcast player app UI.
Please do not exceed `64 characters` for the display attribute.
@ -261,4 +261,6 @@ Please do not exceed `64 characters` for the display attribute.
`<podcast:episode>315.5</podcast:episode>`
`<podcast:episode display="Ch.3">204</podcast:episode>`
`<podcast:episode display="Ch.3">204</podcast:episode>`
`<podcast:episode display="Day 5">9</podcast:episode>`