Added erratum to ISSUE-149
authorPhilippe Le Hégaret <plh@w3.org>
Thu, 09 Feb 2012 19:19:43 +0000
changeset 217 69e45b2fd885
parent 216 3785113b93b6
child 218 deb0f71d98c2
Added erratum to ISSUE-149
spec/rnc/ttaf1-dfxp-document.rnc
spec/ttaf1-dfxp.html
spec/xsd/ttaf1-dfxp-document.xsd
--- a/spec/rnc/ttaf1-dfxp-document.rnc	Thu Oct 28 00:36:21 2010 +0000
+++ b/spec/rnc/ttaf1-dfxp-document.rnc	Thu Feb 09 19:19:43 2012 +0000
@@ -11,7 +11,8 @@
 
 TTAF.tt.attlist &=
   TTAF.Core.required.attrib.class,
-  TTAF.Parameter.attrib.class
+  TTAF.Parameter.attrib.class,
+  TTAF.extent.attrib
 
 TTAF.tt.content =
   (TTAF.head?, TTAF.body?)
--- a/spec/ttaf1-dfxp.html	Thu Oct 28 00:36:21 2010 +0000
+++ b/spec/ttaf1-dfxp.html	Thu Feb 09 19:19:43 2012 +0000
@@ -75,7 +75,7 @@
 <h2><a name="w3c-doctype" id="w3c-doctype"/>Editors' copy $Date$ @@ @@@@ @@@@</h2><dl><dt>This version:</dt><dd>
 <a href="ttaf1-dfxp.html">ttaf1-dfxp.html</a>
 </dd><dt>Latest version:</dt><dd><a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/spec/ttaf1-dfxp.html?content-type=text/html;charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/2008/tt/spec/ttaf1-dfxp.html?content-type=text/html;charset=utf-8</a></dd><dt>Previous version:</dt><dd>
-<a href="http://www.w3.org/TR/2010/CR-ttaf1-dfxp-20100223/">http://www.w3.org/TR/2010/CR-ttaf1-dfxp-20100223/</a>
+<a href="http://www.w3.org/TR/2010/PR-ttaf1-dfxp-20100914/">http://www.w3.org/TR/2010/PR-ttaf1-dfxp-20100914/</a>
 </dd><dt>Editor:</dt><dd>Glenn Adams, Samsung Electronics Co., Ltd.</dd><dt>Contributing Authors:</dt><dd>Mike Dolan, Invited Expert</dd><dd>Geoff Freed, WGBH National Center for Accessible Media</dd><dd>Sean Hayes, Microsoft</dd><dd>Erik Hodge, RealNetworks</dd><dd>David Kirby, British Broadcasting Corporation (BBC)</dd><dd>Thierry Michel, W3C</dd><dd>Dave Singer, Apple Computer</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © @@@@ <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr/><div>
 <h2><a name="abstract" id="abstract"/>Abstract</h2><p>This document specifies the Timed Text Markup Language (TTML) in terms of a
 vocabulary and semantics thereof.</p><p>The Timed Text Markup Language is a content type that represents
@@ -94,7 +94,7 @@
 technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at
 http://www.w3.org/TR/.</em>
 </p><p>
-This is the Proposed Recommendation of the Timed Text (TTML) 1.0. W3C publishes a technical report as a Proposed Recommendation
+This is the Recommendation of the Timed Text (TTML) 1.0. W3C publishes a technical report as a Proposed Recommendation
 to indicate that the document is believed to be stable, and to
 encourage implementation by the developer community. The W3C
 membership and other interested parties are invited to review the
@@ -2282,34 +2282,26 @@
 value <code>before</code> were specified.</p><p>The <code>tts:displayAlign</code> style is illustrated by the following example.</p><table summary="HTML Table" id="style-attribute-displayAlign-example-1" class="example"><caption>Example Fragment – Display Align</caption><tbody><tr><td>
 <div class="exampleInner"><pre>
 &lt;region xml:id="r1"&gt;
-  &lt;style tts:extent="128px 66px"/&gt;
-  &lt;style tts:origin="0px 0px"/&gt;
-  &lt;style tts:backgroundColor="black"/&gt;
-  &lt;style tts:color="white"/&gt;
+  &lt;style tts:extent="128px 66px" tts:origin="0px 0px"
+       tts:backgroundColor="black" tts:color="white"/&gt;
   &lt;style <span class="strong">tts:displayAlign="before"</span>/&gt;
   &lt;style tts:textAlign="start"/&gt;
 &lt;/region&gt;
 &lt;region xml:id="r2"&gt;
-  &lt;style tts:extent="192px 66px"/&gt;
-  &lt;style tts:origin="128px 66px"/&gt;
-  &lt;style tts:backgroundColor="green"/&gt;
-  &lt;style tts:color="white"/&gt;
+  &lt;style tts:extent="192px 66px" tts:origin="128px 66px"/&gt;
+       tts:backgroundColor="green" tts:color="white"/&gt;
   &lt;style <span class="strong">tts:displayAlign="after"</span>/&gt;
   &lt;style tts:textAlign="start"/&gt;
 &lt;/region&gt;
 &lt;region xml:id="r3"&gt;
-  &lt;style tts:extent="128px 66px"/&gt;
-  &lt;style tts:origin="0px 132px"/&gt;
-  &lt;style tts:backgroundColor="black"/&gt;
-  &lt;style tts:color="white"/&gt;
+  &lt;style tts:extent="128px 66px"/&gt; style tts:origin="0px 132px"
+       tts:backgroundColor="black" tts:color="white"/&gt;
   &lt;style <span class="strong">tts:displayAlign="before"</span>/&gt;
   &lt;style tts:textAlign="start"/&gt;
 &lt;/region&gt;
 &lt;region xml:id="r4"&gt;
-  &lt;style tts:extent="192px 66px"/&gt;
-  &lt;style tts:origin="128px 198px"/&gt;
-  &lt;style tts:backgroundColor="green"/&gt;
-  &lt;style tts:color="white"/&gt;
+  &lt;style tts:extent="192px 66px" tts:origin="128px 198px"/&gt;
+       tts:backgroundColor="green" tts:color="white"/&gt;
   &lt;style <span class="strong">tts:displayAlign="after"</span>/&gt;
   &lt;style tts:textAlign="start"/&gt;
 &lt;/region&gt;
@@ -3188,7 +3180,7 @@
 3.2.4.1. If the value represented is less than 0.0,
 then it must be interpreted as equal to 0.0; similarly, if the value
 represented is greater than 1.0, then it must be interpreted as
-1.0.</p><p>If a presentation processor does not support a specific,
+1.0. The value NaN shall be interpreted as 0.0.</p><p>If a presentation processor does not support a specific,
 valid opacity value, then it must interpret it as being equal to the
 closest supported value.</p></div><div class="div3">
 <h4><a name="style-value-color" id="style-value-color"/>8.3.2 &lt;color&gt;</h4><p>A &lt;color&gt; expression is used to specify a named color, exact RGB color triple,
@@ -5254,7 +5246,8 @@
 
 TTAF.tt.attlist &amp;=
   TTAF.Core.required.attrib.class,
-  TTAF.Parameter.attrib.class
+  TTAF.Parameter.attrib.class,
+  TTAF.extent.attrib
 
 TTAF.tt.content =
   (TTAF.head?, TTAF.body?)
@@ -6382,6 +6375,7 @@
   &lt;xs:attributeGroup name="tt.attlist"&gt;
     &lt;xs:attributeGroup ref="tt:Core.required.attrib.class"/&gt;
     &lt;xs:attributeGroup ref="ttp:Parameter.attrib.class"/&gt;
+    &lt;xs:attribute ref="tts:extent"/&gt;
   &lt;/xs:attributeGroup&gt;
   &lt;xs:complexType name="tt.eltype"&gt;
     &lt;xs:sequence&gt;
--- a/spec/xsd/ttaf1-dfxp-document.xsd	Thu Oct 28 00:36:21 2010 +0000
+++ b/spec/xsd/ttaf1-dfxp-document.xsd	Thu Feb 09 19:19:43 2012 +0000
@@ -17,6 +17,7 @@
   <xs:attributeGroup name="tt.attlist">
     <xs:attributeGroup ref="tt:Core.required.attrib.class"/>
     <xs:attributeGroup ref="ttp:Parameter.attrib.class"/>
+    <xs:attribute ref="tts:extent"/>
   </xs:attributeGroup>
   <xs:complexType name="tt.eltype">
     <xs:sequence>