Skip to content

Commit

Permalink
Add a note about the future of ruby
Browse files Browse the repository at this point in the history
Fixes #264.
Closes #347.
  • Loading branch information
zcorpan committed Jun 15, 2017
1 parent 76e97e7 commit 0ccef54
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 102 deletions.
5 changes: 4 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,9 @@ underlined text, and a <a>WebVTT cue span end tag</a> "<code>u</code>".</p>
<p class="note">Cue positioning controls the positioning of the baseline text, not the ruby
text.</p>

<p class="note">Ruby in WebVTT is a subset of the ruby features in HTML. This might be extended in
the future to also support an object for ruby base text as well as complex ruby. [[HTML]]</p>

<p>A <dfn>WebVTT cue voice span</dfn> consists of the following components, in the order given:</p>

<ol>
Expand Down Expand Up @@ -4540,7 +4543,7 @@ corresponding <a lt="text track cue">cue</a>'s <a>WebVTT cue text alignment</a>:
</table>

<p>The 'font' shorthand property on the (root) <a>list of WebVTT Node Objects</a> must be set to
''5vh sans-serif''. [[!CSS3-RUBY]] [[!CSS-VALUES]]</p>
''5vh sans-serif''. [[!CSS-VALUES]]</p>

<p>The 'color' property on the (root) <a>list of WebVTT Node Objects</a> must be set to
''rgba(255,255,255,1)''. [[!CSS3-COLOR]]</p>
Expand Down
Loading

0 comments on commit 0ccef54

Please sign in to comment.