Skip to content

Commit

Permalink
Address issue #167
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Feb 10, 2016
1 parent 8eaffc8 commit 796904d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/w3c/linePadding/linePadding1.ttml
Expand Up @@ -11,7 +11,7 @@
</ebuttm:documentMetadata>
</metadata>
<styling>
<style xml:id="baseStyle" tts:color="#FFFFFF" tts:textAlign="center"/>
<style xml:id="baseStyle" tts:color="#FFFFFF" tts:textAlign="center" tts:lineHeight="100%"/>
<style xml:id="blackBackground" tts:backgroundColor="#000000"/>
<style xml:id="greenBackground" tts:backgroundColor="#00FF00"/>
<style xml:id="withLinePadding" ebutts:linePadding="0.5c"/>
Expand All @@ -21,7 +21,7 @@
<region xml:id="area2" tts:origin="5% 70%" tts:extent="90% 20%" tts:displayAlign="center"/>
</layout>
</head>
<body tts:lineHeight="100%">
<body>
<div style="baseStyle">
<p xml:id="s1" region="area1" begin="00:00:01" end="00:00:09">
<span style="greenBackground">Centered text on two lines<br/>without padding.</span>
Expand Down
4 changes: 2 additions & 2 deletions test/w3c/multiRowAlign/multiRowAlign1.ttml
Expand Up @@ -11,7 +11,7 @@
</ebuttm:documentMetadata>
</metadata>
<styling>
<style xml:id="baseStyle" tts:color="#FFFFFF"/>
<style xml:id="baseStyle" tts:color="#FFFFFF" tts:lineHeight="100%"/>
<style xml:id="blackBackground" tts:backgroundColor="#000000"/>
<style xml:id="greenBackground" tts:backgroundColor="#00FF00"/>
<style xml:id="startEnd" tts:textAlign="start" ebutts:multiRowAlign="end"/>
Expand All @@ -22,7 +22,7 @@
<region xml:id="area2" tts:origin="15% 70%" tts:extent="70% 20%" style="blackBackground" tts:displayAlign="center"/>
</layout>
</head>
<body tts:lineHeight="100%">
<body>
<div style="baseStyle">
<p xml:id="s1" region="area1" style="startEnd" begin="00:00:01" end="00:00:09">
multiRowAlign="end"<br/>textAlign="start"
Expand Down

0 comments on commit 796904d

Please sign in to comment.