--- 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">...
 <head>
 	...
-	<region xml:id="r1" tts:color="white" itts:forcedDisplay="true" tts:backgroundColor="black"/>
-	<region xml:id="r2" tts:color="white" tts:backgroundColor="black"/>
+	<region xml:id="r1" tts:origin="10% 2%" tts:extent="80% 10%" tts:color="white" itts:forcedDisplay="true" tts:backgroundColor="black"/>
+	<region xml:id="r2" tts:origin="10% 80%" tts:extent="80% 88%" tts:color="white" tts:backgroundColor="black"/>
 	...
 </head>
 ...
 <div>
 	 <p region="r1" begin="1s" end="6s">Lycée</p>
 		
-	 <!-- the following will not appear only if displayForcedOnlyMode='true' -->
+	 <!-- the following will not appear if displayForcedOnlyMode='true' -->
 	 <p region="r2" begin="4s" end="6s">Nous étions inscrits au même lycée.</p>
 </div>
 ...</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 @@
 ...
 <head>
 	...
-	<region xml:id="r1" tts:color="white" itts:forcedDisplay="true" tts:backgroundColor="black"/>
-	<region xml:id="r2" tts:color="white" tts:backgroundColor="black"/>
+	<region xml:id="r1" tts:origin="10% 2%" tts:extent="80% 10%" tts:color="white" itts:forcedDisplay="true" tts:backgroundColor="black"/>
+	<region xml:id="r2" tts:origin="10% 80%" tts:extent="80% 88%" tts:color="white" tts:backgroundColor="black"/>
 	...
 </head>
 ...
 <div>
 	 <p region="r1" begin="1s" end="6s">Lycée</p>
 		
-	 <!-- the following will not appear only if displayForcedOnlyMode='true' -->
+	 <!-- the following will not appear if displayForcedOnlyMode='true' -->
 	 <p region="r2" begin="4s" end="6s">Nous étions inscrits au même lycée.</p>
 </div>
 ...