[imsc1] address issue-427
authorplemieux
Mon, 21 Sep 2015 13:35:37 -0700
changeset 971 fefbd1515670
parent 970 f5d71ba79f7c
child 972 c004734f7a86
[imsc1] address issue-427
ttml-ww-profiles/ttml-ww-profiles.html
ttml-ww-profiles/ttml-ww-profiles.source.html
--- a/ttml-ww-profiles/ttml-ww-profiles.html	Mon Sep 21 13:00:15 2015 -0700
+++ b/ttml-ww-profiles/ttml-ww-profiles.html	Mon Sep 21 13:35:37 2015 -0700
@@ -2328,7 +2328,7 @@
         <p>PAINT(E<sub>n</sub>) <em class="rfc2119" title="SHALL">SHALL</em> be the normalized area to be painted for all regions that are used in intermediate synchronic
         document E<sub>n</sub> according to:</p>
 
-        <p class="equation">PAINT(E<sub>n</sub>) = ∑<sub>R<sub>i</sub>∈R<sub>p</sub></sub> SIZE(R<sub>i</sub>) ∙ NBG(R<sub>i</sub>)</p>
+        <p class="equation">PAINT(E<sub>n</sub>) = ∑<sub>R<sub>i</sub>∈R<sub>p</sub></sub> NSIZE(R<sub>i</sub>) ∙ NBG(R<sub>i</sub>)</p>
 
         <p>where R_p <em class="rfc2119" title="SHALL">SHALL</em> be the set of <a data-lt="presented region" href="#dfn-presented-region" class="internalDFN" data-link-type="dfn">presented regions</a> in the <a href="#dfn-intermediate-synchronic-document" class="internalDFN" data-link-type="dfn">intermediate synchronic
         document</a> E<sub>n</sub>.</p>
@@ -2426,7 +2426,7 @@
         <p>The size of Decoded Image Buffers D<sub>n</sub> or D<sub>n-1</sub> <em class="rfc2119" title="SHALL">SHALL</em> be the Normalized Decoded Image Buffer Size
         (NDIBS).</p>
 
-        <p>Unless specified otherwise, the following table <em class="rfc2119" title="SHALL">SHALL</em> specify ICpy, Idec, and NDBIS.</p>
+        <p>Unless specified otherwise, the following table <em class="rfc2119" title="SHALL">SHALL</em> specify ICpy, IDec, and NDBIS.</p>
 
         <table class="simple">
           <thead>
@@ -2445,7 +2445,7 @@
             </tr>
 
             <tr>
-              <td>Image Decoding rate (Idec)</td>
+              <td>Image Decoding rate (IDec)</td>
 
               <td>1 × 2<sup>20</sup> pixels s<sup>-1</sup></td>
             </tr>
@@ -2586,7 +2586,7 @@
         glyph size complexity.</p></div>
 
         <aside class="example"><div class="example-title"><span>Example 7</span></div>
-          Setting a Glyph Buffer Normalized Size effectively sets a limit on the total number of distinct glyphs present in any
+          Setting a Normalized Glyph Buffer Size effectively sets a limit on the total number of distinct glyphs present in any
           given <a href="#dfn-intermediate-synchronic-document" class="internalDFN" data-link-type="dfn">intermediate synchronic document</a> E<sub>n</sub>. For example, assuming a maximum Normalized Glyph Buffer Size
           of 1 and the default tts:fontSize of 1c are used, the glyph's height as percentage of root container height is 1/15 , and
           the maximum number of distinct glyphs that can be buffered is 1÷(1÷15)^2=225 glyphs. In this example, an implementation
--- a/ttml-ww-profiles/ttml-ww-profiles.source.html	Mon Sep 21 13:00:15 2015 -0700
+++ b/ttml-ww-profiles/ttml-ww-profiles.source.html	Mon Sep 21 13:35:37 2015 -0700
@@ -1973,7 +1973,7 @@
         <p>PAINT(E<sub>n</sub>) SHALL be the normalized area to be painted for all regions that are used in intermediate synchronic
         document E<sub>n</sub> according to:</p>
 
-        <p class="equation">PAINT(E<sub>n</sub>) = ∑<sub>R<sub>i</sub>∈R<sub>p</sub></sub> SIZE(R<sub>i</sub>) ∙ NBG(R<sub>i</sub>)</p>
+        <p class="equation">PAINT(E<sub>n</sub>) = ∑<sub>R<sub>i</sub>∈R<sub>p</sub></sub> NSIZE(R<sub>i</sub>) ∙ NBG(R<sub>i</sub>)</p>
 
         <p>where R_p SHALL be the set of <a data-lt="presented region">presented regions</a> in the <a>intermediate synchronic
         document</a> E<sub>n</sub>.</p>
@@ -2071,7 +2071,7 @@
         <p>The size of Decoded Image Buffers D<sub>n</sub> or D<sub>n-1</sub> SHALL be the Normalized Decoded Image Buffer Size
         (NDIBS).</p>
 
-        <p>Unless specified otherwise, the following table SHALL specify ICpy, Idec, and NDBIS.</p>
+        <p>Unless specified otherwise, the following table SHALL specify ICpy, IDec, and NDBIS.</p>
 
         <table class='simple'>
           <thead>
@@ -2090,7 +2090,7 @@
             </tr>
 
             <tr>
-              <td>Image Decoding rate (Idec)</td>
+              <td>Image Decoding rate (IDec)</td>
 
               <td>1 × 2<sup>20</sup> pixels s<sup>-1</sup></td>
             </tr>
@@ -2233,7 +2233,7 @@
         glyph size complexity.</p>
 
         <aside class='example'>
-          Setting a Glyph Buffer Normalized Size effectively sets a limit on the total number of distinct glyphs present in any
+          Setting a Normalized Glyph Buffer Size effectively sets a limit on the total number of distinct glyphs present in any
           given <a>intermediate synchronic document</a> E<sub>n</sub>. For example, assuming a maximum Normalized Glyph Buffer Size
           of 1 and the default tts:fontSize of 1c are used, the glyph's height as percentage of root container height is 1/15 , and
           the maximum number of distinct glyphs that can be buffered is 1÷(1÷15)^2=225 glyphs. In this example, an implementation