Added an example region spec.
--- a/608toVTT/608toVTT.html Thu Nov 08 11:13:45 2012 +1100
+++ b/608toVTT/608toVTT.html Thu Nov 08 12:09:13 2012 +1100
@@ -378,6 +378,13 @@
Within the Caption Screen, CEA-708 defines "Caption Windows" through which the caption text is rendered. For WebVTT we map CEA-708 "Caption Windows" to <a href="http://www.w3.org/community/texttracks/wiki/MultiCueBox">WebVTT Regions</a>. In CEA-708 there are at most 8 Caption Windows - in WebVTT we can define an unlimited number of regions.
</p>
+ <p>
+ This is an example Region definition in WebVTT for a region with its bottom center anchored in the middle of the screen, 4 lines high and 100% wide:
+ </p>
+ <pre>
+Region: id=window1 width=100% height=4 regionanchor=50%,100% viewportanchor=50%,50% scroll=up
+ </pre>
+
<h3>Caption Window Priority</h3>
<p>