From b61b43b5b84c8dda46fd78ace1d6e8ebc2935e58 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 4 Feb 2021 09:50:25 -0600 Subject: [PATCH] phase 2 - episode tag - #108 --- docs/1.0.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/1.0.md b/docs/1.0.md index 637cf3f..63ee7ea 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -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. `315.5` -`204` \ No newline at end of file +`204` + +`9` \ No newline at end of file