[imsc1] addresses ISSUE-394
authorplemieux
Wed, 10 Jun 2015 22:05:07 -0700
changeset 940 81908989a5e6
parent 939 86304187c3b2
child 941 c5ec74eb65ad
[imsc1] addresses ISSUE-394
ttml-ww-profiles/ttml-ww-profiles.html
ttml-ww-profiles/ttml-ww-profiles.source.html
--- a/ttml-ww-profiles/ttml-ww-profiles.html	Wed Jun 10 21:41:46 2015 -0700
+++ b/ttml-ww-profiles/ttml-ww-profiles.html	Wed Jun 10 22:05:07 2015 -0700
@@ -742,7 +742,8 @@
               <td>
                 <div class="exampleInner">
                   <pre>ittp:aspectRatio
-  : numerator denominator                                               // numerator != 0; denominator != 0
+  : numerator denominator          // with int(numerator) != 0 and int(denominator) != 0
+                                   // where int(s) parses string s as a decimal integer.
         
 numerator | denominator
   : &lt;digit&gt;+
--- a/ttml-ww-profiles/ttml-ww-profiles.source.html	Wed Jun 10 21:41:46 2015 -0700
+++ b/ttml-ww-profiles/ttml-ww-profiles.source.html	Wed Jun 10 22:05:07 2015 -0700
@@ -414,7 +414,8 @@
                 <div class="exampleInner">
                   <pre>
 ittp:aspectRatio
-  : numerator denominator                                               // numerator != 0; denominator != 0
+  : numerator denominator          // with int(numerator) != 0 and int(denominator) != 0
+                                   // where int(s) parses string s as a decimal integer.
         
 numerator | denominator
   : &lt;digit&gt;+