Skip to content

Commit

Permalink
fix ruby examples that were using old initial value for rubyAlign per #…
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed Feb 14, 2018
1 parent 1f42546 commit 7bf2e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/ttml2.xml
Expand Up @@ -11540,7 +11540,7 @@ base delimiter text delimiter =
<tr>
<td>
<eg xml:space="preserve">
&lt;span <phrase role="strong">tts:ruby="container"</phrase>&gt;
&lt;span <phrase role="strong">tts:ruby="container"</phrase> tts:rubyAlign="spaceAround"&gt;
&lt;span <phrase role="strong">tts:ruby="base"</phrase>&gt;&#x5229;&#x7528;&#x8A31;&#x8AFE;&lt;/span&gt;
&lt;span <phrase role="strong">tts:ruby="text"</phrase>&gt;&#x30E9;&#x30A4;&#x30BB;&#x30F3;&#x30B9;&lt;/span&gt;
&lt;/span&gt;
Expand All @@ -11566,7 +11566,7 @@ base delimiter text delimiter =
<td>
<eg xml:space="preserve">
&lt;span&gt;
&lt;span <phrase role="strong">tts:ruby="container"</phrase>&gt;
&lt;span <phrase role="strong">tts:ruby="container"</phrase> tts:rubyAlign="spaceAround"&gt;
&lt;span <phrase role="strong">tts:ruby="baseContainer"</phrase>&gt;
&lt;span <phrase role="strong">tts:ruby="base"</phrase>&gt;&#x6771;&#x5357;&lt;/span&gt;
&lt;/span&gt;
Expand Down

0 comments on commit 7bf2e5f

Please sign in to comment.