CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/var/tmp/cvs-serv2801

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 41ed4ff0b9a5091766e0113e7f48096ff2040411

--- /sources/public/html5/webvtt/Overview.html	2015/04/08 08:36:33	1.217
+++ /sources/public/html5/webvtt/Overview.html	2015/04/08 10:04:07	1.218
@@ -3,7 +3,7 @@
 <head>
   <title>WebVTT: The Web Video Text Tracks Format</title>
   <meta charset="utf-8">
-  <meta name="revision" content="a2ca9985811685efb5caf8fcb33b49cc1740ebc9">
+  <meta name="revision" content="41ed4ff0b9a5091766e0113e7f48096ff2040411">
   
   
   
@@ -1230,11 +1230,19 @@
      </dd>
     </dl>
 
-    <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_6"><span>Note</span></div><p class="">The following diagram illustrates how anchoring of a region to a video viewport
-    works. The black cross is the anchor, orange explains the anchor's offset within the region and
-    green the anchor's offset within the viewport. Think of it as sticking a pin through a note onto
-    a board:</p></div>
-    <img src="webvtt-region-diagram.png" alt="region anchoring displayed visually">
+    <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_6"><span>Note</span></div><div class="">
+     <p>The following diagram illustrates how anchoring of a region to a video viewport works. The
+     black cross is the anchor, orange explains the anchor's offset within the region and green the
+     anchor's offset within the viewport. Think of it as sticking a pin through a note onto a
+     board:</p>
+     <p><img src="webvtt-region-diagram.png" alt="Within the video viewport, there is a WebVTT
+     region. Inside the region, there is an anchor point marked with a black cross. The vertical and
+     horizontal distance from the video viewport's edges to the anchor is marked with green arrows,
+     representing the region viewport anchor X and Y offsets. The vertical and horizontal distance
+     from the region's edges to the anchor is marked with orange arrows, representing the region
+     anchor X and Y offsets. The size of the region is represented by the region width for the
+     horizontal axis, and region lines for the vertical axis."></p>
+    </div></div>
 
     <p>For parsing, we also need the following:</p>
 

Received on Wednesday, 8 April 2015 10:04:13 UTC