[ttml2] remove interCharacter value for tts:rubyPosition (issue 228)
authorGlenn Adams <glenn@skynav.com>
Wed, 24 Sep 2014 13:17:59 -0600
changeset 721 3879885151e0
parent 720 626d67ab5e08
child 722 a6bb3d520681
[ttml2] remove interCharacter value for tts:rubyPosition (issue 228)
ttml2/spec/ttml2.xml
--- a/ttml2/spec/ttml2.xml	Tue Sep 23 20:36:22 2014 -0600
+++ b/ttml2/spec/ttml2.xml	Wed Sep 24 13:17:59 2014 -0600
@@ -7194,8 +7194,7 @@
 <td><emph>Values:</emph></td>
 <td>
 <code>before</code> |
-<code>after</code> |
-<code>interCharacter</code>
+<code>after</code>
 </td>
 </tr>
 <tr>
@@ -7228,8 +7227,6 @@
 If the value is <code>after</code>, then an inline area generated from a ruby text container or ruby text annotation
 is placed after (subsequent to) the second edge in the block progression dimension of the inline area generated from an associated ruby base container or ruby base
 annotation.</p>
-<p>If the value of this attribute is <code>interCharacter</code>, then an inline area generated from a ruby text container or ruby text annotation is placed
-after the end edge in the inline progression dimension of the inline area generated from an associated ruby base container or ruby base annotation.</p>
 <p>The absolute position of the ruby text container or ruby text annotation is determined
 in accordance to the computed value of the <code>tts:writingMode</code> style property of the region into which the affected content is placed; in particular, the
 mappings defined enumerated by <specref ref="rubyPosition-semantics-mapping-table"/> apply as further defined by <bibref ref="cssruby"/>, &sect;4.1.</p>
@@ -7265,13 +7262,6 @@
 <td><code>left</code></td>
 <td><code>right</code></td>
 </tr>
-<tr>
-<td><code>interCharacter</code></td>
-<td><code>right</code></td>
-<td><code>left</code></td>
-<td><code>under</code></td>
-<td><code>under</code></td>
-</tr>
 </tbody>
 </table>
 <p></p>