Skip to content

Commit

Permalink
Upgrade note to normative text, deprecating special value of 60 secon…
Browse files Browse the repository at this point in the history
…ds when inappropriate (#158).
  • Loading branch information
skynavga committed May 22, 2017
1 parent 095c982 commit f88869e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17329,12 +17329,13 @@ in the preceding syntax definition.</p>
<emph>clock-time</emph>, then leading zeroes are used when expressing hours,
minutes, seconds, and frames less than 10. Minutes are constrained to
[0&hellip;59], while seconds (including any fractional part) are constrained to the closed
interval [0,60], where the value 60 applies only to leap seconds.</p>
<note role="clarification">
<p>The special seconds value 60 is applicable only when leap seconds are counted; namely, when
<loc href="#parameter-attribute-timeBase"><att>ttp:timeBase</att></loc> is <code>clock</code>
and <loc href="#parameter-attribute-clockMode"><att>ttp:clockMode</att></loc> is <code>local</code> or <code>utc</code>.</p>
</note>
interval [0,60], where the value 60 applies only to leap seconds.

Except when <loc href="#parameter-attribute-timeBase"><att>ttp:timeBase</att></loc> is <code>clock</code>
and <loc href="#parameter-attribute-clockMode"><att>ttp:clockMode</att></loc> is <code>local</code> or <code>utc</code>,
use of the <phrase role="deprecated">special value of 60 seconds to denote a leap second is deprecated</phrase>.
When performing presentation processing, the appearance of this special value in other time bases or clock modes
must be interpreted as if the value 59 had been specified.</p>
<p>If a &lt;time-expression&gt; is expressed in terms of a
<emph>clock-time</emph> and a <emph>frames</emph> term is specified,
then the value of this term must be constrained to the interval
Expand Down

1 comment on commit f88869e

@nigelmegitt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with the contents of this change, but our process here requires a pull request with a minimum 3 day review period.

Please sign in to comment.