[imsc] Clarified proposed resolution to LC-2977
authorpal@sandflow.org
Wed, 05 Nov 2014 16:33:57 -0800
changeset 755 b8cef670409c
parent 754 987090295722
child 756 dc202b8b3ee8
[imsc] Clarified proposed resolution to LC-2977
ttml-ww-profiles/ttml-ww-profiles.html
ttml-ww-profiles/ttml-ww-profiles.source.html
--- a/ttml-ww-profiles/ttml-ww-profiles.html	Wed Nov 05 16:01:42 2014 -0800
+++ b/ttml-ww-profiles/ttml-ww-profiles.html	Wed Nov 05 16:33:57 2014 -0800
@@ -223,7 +223,7 @@
   </p>
   <h1 class="title p-name" id="title" property="dcterms:title">TTML Text and Image Profiles for Internet Media Subtitles and Captions 1.0</h1>
   
-  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-11-06T00:01:00.000Z" id="w3c-editor-s-draft-05-november-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-11-05">05 November 2014</time></h2>
+  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-11-06T00:21:50.000Z" id="w3c-editor-s-draft-05-november-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-11-05">05 November 2014</time></h2>
   <dl>
     
       <dt>This version:</dt>
@@ -924,15 +924,15 @@
 				<div class="example"><div class="example-title"><span>Example 4</span></div><pre class="example">...
 &lt;head&gt;
 	...
-	&lt;region xml:id="r1" tts:color="white" itts:forcedDisplay="true" tts:backgroundColor="black"/&gt;
-	&lt;region xml:id="r2" tts:color="white" tts:backgroundColor="black"/&gt;
+	&lt;region xml:id="r1" tts:origin="10% 2%" tts:extent="80% 10%" tts:color="white" itts:forcedDisplay="true" tts:backgroundColor="black"/&gt;
+	&lt;region xml:id="r2" tts:origin="10% 80%" tts:extent="80% 88%" tts:color="white" tts:backgroundColor="black"/&gt;
 	...
 &lt;/head&gt;
 ...
 &lt;div&gt;
 	 &lt;p region="r1" begin="1s" end="6s"&gt;Lycée&lt;/p&gt;
 		
-	 &lt;!-- the following will not appear only if displayForcedOnlyMode='true' --&gt;
+	 &lt;!-- the following will not appear if displayForcedOnlyMode='true' --&gt;
 	 &lt;p region="r2" begin="4s" end="6s"&gt;Nous étions inscrits au même lycée.&lt;/p&gt;
 &lt;/div&gt;
 ...</pre></div>
--- a/ttml-ww-profiles/ttml-ww-profiles.source.html	Wed Nov 05 16:01:42 2014 -0800
+++ b/ttml-ww-profiles/ttml-ww-profiles.source.html	Wed Nov 05 16:33:57 2014 -0800
@@ -635,15 +635,15 @@
 ...
 &lt;head&gt;
 	...
-	&lt;region xml:id=&quot;r1&quot; tts:color=&quot;white&quot; itts:forcedDisplay=&quot;true&quot; tts:backgroundColor=&quot;black&quot;/&gt;
-	&lt;region xml:id=&quot;r2&quot; tts:color=&quot;white&quot; tts:backgroundColor=&quot;black&quot;/&gt;
+	&lt;region xml:id=&quot;r1&quot; tts:origin=&quot;10% 2%&quot; tts:extent=&quot;80% 10%&quot; tts:color=&quot;white&quot; itts:forcedDisplay=&quot;true&quot; tts:backgroundColor=&quot;black&quot;/&gt;
+	&lt;region xml:id=&quot;r2&quot; tts:origin=&quot;10% 80%&quot; tts:extent=&quot;80% 88%&quot; tts:color=&quot;white&quot; tts:backgroundColor=&quot;black&quot;/&gt;
 	...
 &lt;/head&gt;
 ...
 &lt;div&gt;
 	 &lt;p region=&quot;r1&quot; begin=&quot;1s&quot; end=&quot;6s&quot;&gt;Lycée&lt;/p&gt;
 		
-	 &lt;!-- the following will not appear only if displayForcedOnlyMode='true' --&gt;
+	 &lt;!-- the following will not appear if displayForcedOnlyMode='true' --&gt;
 	 &lt;p region=&quot;r2&quot; begin=&quot;4s&quot; end=&quot;6s&quot;&gt;Nous étions inscrits au même lycée.&lt;/p&gt;
 &lt;/div&gt;
 ...