[imsc] address ISSUE-392
authorplemieux
Fri, 24 Apr 2015 18:08:58 -0700
changeset 916 bb46ee1c9c18
parent 915 fbefbfd50471
child 917 5062322f5360
[imsc] address ISSUE-392
ttml-ww-profiles/testsuite/forcedDisplay/forcedDisplay1.ttml
ttml-ww-profiles/testsuite/frameSync/frameSync1.ttml
ttml-ww-profiles/testsuite/progressivelyDecodable/progressivelyDecodable1.ttml
ttml-ww-profiles/testsuite/referenceFonts/referenceFonts1.ttml
--- a/ttml-ww-profiles/testsuite/forcedDisplay/forcedDisplay1.ttml	Thu Apr 23 16:20:25 2015 +0100
+++ b/ttml-ww-profiles/testsuite/forcedDisplay/forcedDisplay1.ttml	Fri Apr 24 18:08:58 2015 -0700
@@ -5,14 +5,14 @@
 xmlns:itts="http://www.w3.org/ns/ttml/profile/imsc1#styling">
 	<head>
 		<layout>
-			<region xml:id="area1" tts:origin="20% 70%" tts:extent="60% 20%" tts:backgroundColor="green" tts:textAlign="center" tts:displayAlign="center" tts:color="white"/>
-            <region xml:id="area2" tts:origin="20% 10%" tts:extent="60% 20%" tts:backgroundColor="black" tts:textAlign="center" tts:displayAlign="center" tts:color="white"/>
+            <region xml:id="area1" tts:origin="20% 10%" tts:extent="60% 20%" tts:backgroundColor="black" tts:textAlign="center" tts:displayAlign="center" tts:color="white"/>
+            <region xml:id="area2" tts:origin="20% 70%" tts:extent="60% 20%" tts:backgroundColor="green" tts:textAlign="center" tts:displayAlign="center" tts:color="white"/>
 		</layout>
 	</head>
 	<body>
 		<div>			
-			<p region="area1" begin="1s" end="9s" itts:forcedDisplay="true" >This text should be displayed in all circumstances.</p>
-            <p region="area2" begin="1s" end="9s">This text should be hidden if the application parameter displayForcedOnlyMode is "true".</p>
+            <p region="area1" begin="1s" end="9s">This text should be hidden if the application parameter displayForcedOnlyMode is "true".</p>
+            <p region="area2" begin="1s" end="9s" itts:forcedDisplay="true" >This text should be displayed in all circumstances.</p>
 		</div>
 	</body>
 </tt>
--- a/ttml-ww-profiles/testsuite/frameSync/frameSync1.ttml	Thu Apr 23 16:20:25 2015 +0100
+++ b/ttml-ww-profiles/testsuite/frameSync/frameSync1.ttml	Fri Apr 24 18:08:58 2015 -0700
@@ -9,9 +9,9 @@
 	</head>
 	<body>
 		<div>			
-			<p region="area1" begin="1.01s" end="3s">This should appear on frame 25.</p>
-            <p region="area1" begin="4s" end="6s">This should appear on frame 96.</p>
-            <p region="area1" begin="7.33s" end="9s">This should appear on frame 176.</p>
+			<p region="area1" begin="00:00:01.01" end="00:00:03">This should appear on frame 25.</p>
+            <p region="area1" begin="00:00:04" end="00:00:06">This should appear on frame 96.</p>
+            <p region="area1" begin="00:00:07.33" end="00:00:09">This should appear on frame 176.</p>
 		</div>
 	</body>
 </tt>
--- a/ttml-ww-profiles/testsuite/progressivelyDecodable/progressivelyDecodable1.ttml	Thu Apr 23 16:20:25 2015 +0100
+++ b/ttml-ww-profiles/testsuite/progressivelyDecodable/progressivelyDecodable1.ttml	Fri Apr 24 18:08:58 2015 -0700
@@ -11,10 +11,10 @@
 	</head>
 	<body>
 		<div>			
-			<p region="area1" begin="1s" end="2s">One.</p>
-            <p region="area1" begin="2s" end="3s">Two.</p>
-            <p region="area1" begin="3s" end="4s">Three.</p>
-            <p region="area1" begin="4s" end="5s">Over.</p>
+			<p region="area1" begin="00:00:01" end="00:00:02">One.</p>
+            <p region="area1" begin="00:00:02" end="00:00:03">Two.</p>
+            <p region="area1" begin="00:00:03" end="00:00:04">Three.</p>
+            <p region="area1" begin="00:00:04" end="00:00:05">Over.</p>
 		</div>
 	</body>
 </tt>
--- a/ttml-ww-profiles/testsuite/referenceFonts/referenceFonts1.ttml	Thu Apr 23 16:20:25 2015 +0100
+++ b/ttml-ww-profiles/testsuite/referenceFonts/referenceFonts1.ttml	Fri Apr 24 18:08:58 2015 -0700
@@ -12,8 +12,8 @@
 	</head>
 	<body>
 		<div>			
-			<p region="area1" begin="1s" end="9s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae tincidunt lacus. Pellentesque quis lorem est. Curabitur a lectus ut diam aliquam volutpat ut id ante. Vestibulum ac congue massa, in ornare velit.</p>
-            <p region="area2" begin="1s" end="9s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae tincidunt lacus. Pellentesque quis lorem est. Curabitur a lectus ut diam aliquam volutpat ut id ant.</p>
+			<p region="area1" begin="00:00:01" end="00:00:09">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae tincidunt lacus. Pellentesque quis lorem est. Curabitur a lectus ut diam aliquam volutpat ut id ante. Vestibulum ac congue massa, in ornare velit.</p>
+            <p region="area2" begin="00:00:01" end="00:00:09">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae tincidunt lacus. Pellentesque quis lorem est. Curabitur a lectus ut diam aliquam volutpat ut id ant.</p>
 		</div>
 	</body>
 </tt>