[ttml10se] update pop-on example
authorGlenn Adams <glenn@skynav.com>
Thu, 02 May 2013 22:31:57 -0700
changeset 358 bba05cf4c2eb
parent 357 e9cfc5c9cc07
child 359 a985d825a4fa
[ttml10se] update pop-on example
ttml10/spec/examples/ex2-pop-on.xml
ttml10/spec/ttaf1-dfxp.xml
--- a/ttml10/spec/examples/ex2-pop-on.xml	Thu May 02 21:36:21 2013 -0700
+++ b/ttml10/spec/examples/ex2-pop-on.xml	Thu May 02 22:31:57 2013 -0700
@@ -7,21 +7,12 @@
     </layout>
   </head>
   <body>
-    <!-- using default 'par' time containment -->
-    <div region="r1">
-      <p begin="0s" end="4s">Lorem ipsum dolor sit</p
-      <p begin="4s" end="8s">Amet consectetur adipiscing elit</p>
-      <p begin="8s" end="14s">Sed do eiusmod tempor incididunt labore</p>
-      <p begin="14s" end="18s">et dolore magna aliqua</p>
-      <p begin="18s" end="25s">Ut enim ad minim veniam quis, nostrud</p>
-    </div>
-    <!-- using explicit 'seq' time containment -->
-    <div region="r2" timeContainer="seq">
-      <p dur="4s">Lorem ipsum dolor sit</p
-      <p dur="4s">Amet consectetur adipiscing elit</p>
-      <p dur="6s">Sed do eiusmod tempor incididunt labore</p>
-      <p dur="4s">et dolore magna aliqua</p>
-      <p dur="7s">Ut enim ad minim veniam quis, nostrud</p>
+    <div timeContainer="seq">
+      <p region="r1" dur="4s">Lorem ipsum dolor sit</p
+      <p region="r2" dur="4s">Amet consectetur adipiscing elit</p>
+      <p region="r1" dur="6s">Sed do eiusmod tempor incididunt labore</p>
+      <p region="r2" dur="4s">et dolore magna aliqua</p>
+      <p region="r1" dur="7s">Ut enim ad minim veniam quis, nostrud</p>
     </div>
   </body>
 </tt>
--- a/ttml10/spec/ttaf1-dfxp.xml	Thu May 02 21:36:21 2013 -0700
+++ b/ttml10/spec/ttaf1-dfxp.xml	Thu May 02 22:31:57 2013 -0700
@@ -13474,9 +13474,9 @@
 </ulist>
 <div2 id="pop-on-example">
 <head>Pop-On Caption Example</head>
-<p>An example of paint-on captions. In this example, two regions are targeted with the same content, where in the first region,
-content is timed using the default parallel time containment rules, and in the second, content is timed using explicit sequential
-time containment rules. Each paragraph is non-overlapping in time and appears in the same single row of the respective region.</p>
+<p>An example of paint-on captions. In this example, two regions are targeted with alternating, paint-on content, where content is timed
+using explicit sequential time containment rules. Each paragraph is non-overlapping in time and appears in the same single row
+of its targeted region.</p>
 <table id="pop-on-example-1-s" role="example">
 <caption>Example &ndash; Pop-On Captions</caption>
 <tbody>
@@ -13508,7 +13508,7 @@
 <div2 id="paint-on-example">
 <head>Paint-On Caption Example</head>
 <p>An example of paint-on captions. Paint-on effects are achieved by using timed <el>span</el> elements in order to expose (paint) inline text units, e.g., words,
-over some time interval. Here, five parapraphs have their individual words sequentially timed in order to paint one new word every second. The end of the active duration of
+over some time interval. Here, five paragraphs have their individual words sequentially timed in order to paint one new word every second. The end of the active duration of
 each inline element coincides with the end of the <el>div</el> element's parallel time container, so that once a word is painted, it remains in the region (on its rendered line) until the <el>div</el> element's active time interval lapses.</p>
 <table id="paint-on-example-1-s" role="example">
 <caption>Example &ndash; Paint-On Captions</caption>