<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>28265</bug_id>
          
          <creation_ts>2015-03-22 00:17:26 +0000</creation_ts>
          <short_desc>[webvtt] incomplete ruby implementation [I18N-ISSUE-431]</short_desc>
          <delta_ts>2016-11-17 18:36:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>TextTracks CG</product>
          <component>WebVTT</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard>widereview, v2</status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>23874</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Silvia Pfeiffer">silviapfeiffer1</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>addison</cc>
    
    <cc>dakim</cc>
    
    <cc>fantasai.bugs</cc>
    
    <cc>fs</cc>
    
    <cc>ishida</cc>
    
    <cc>philipj</cc>
    
    <cc>silviapfeiffer1</cc>
    
    <cc>singer</cc>
    
    <cc>stillbookish</cc>
    
    <cc>www-international</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact name="Web Media Text Tracks CG">public-texttracks</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>118777</commentid>
    <comment_count>0</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-03-22 00:17:26 +0000</bug_when>
    <thetext>Feedback by Addison Phillips from W3C I18N group:
http://lists.w3.org/Archives/Public/public-tt/2015Mar/0064.html

I18N comment: https://www.w3.org/International/track/issues/431

http://www.w3.org/TR/webvtt1/#dfn-webvtt-ruby-object

The spec defines a &apos;ruby&apos; span and an &apos;rt&apos; span. This is only part of the general ruby model in HTML5. Did you intend to be so specific or were you just looking at old version of html?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118846</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2015-03-23 03:54:09 +0000</bug_when>
    <thetext>What is missing? The only other element I can see in HTML is &lt;rp&gt;, which is for &quot;user agents that don&apos;t support ruby annotations.&quot;

It looks like &lt;rp&gt; was added to HTML in 2008:
https://html5.org/r/1704

The beginning of WebVTT was in 2010:
https://html5.org/r/5079

I think the idea is simply to not cater to UAs that don&apos;t support ruby; if you support WebVTT you must support ruby. This seems reasonable to me at least.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118856</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2015-03-23 08:17:13 +0000</bug_when>
    <thetext>W3C HTML5 also has rb, rtc

That said, I think it is a non-goal to match the expressiveness of HTML in WebVTT. WebVTT only has elements to cater for specific use cases that apply to it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118859</commentid>
    <comment_count>3</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-03-23 08:40:34 +0000</bug_when>
    <thetext>See bug 23874 for a discussion on a broader support of ruby.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118864</commentid>
    <comment_count>4</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2015-03-23 10:08:25 +0000</bug_when>
    <thetext>Hmm, OK. Some real-world examples of Japanese subtitles that need something beyond what we currently we have would be useful, if they exist.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120803</commentid>
    <comment_count>5</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-06-08 11:20:51 +0000</bug_when>
    <thetext>It seems Firefox have now implemented support for &lt;ruby&gt;, &lt;rb&gt;, &lt;rt&gt;, &lt;rtc&gt; and &lt;rp&gt;, see https://hacks.mozilla.org/2015/03/ruby-support-in-firefox-developer-edition-38/ , so this seems to fully follow http://darobin.github.io/html-ruby/ .

We can probably do without &lt;rp&gt;, but should probably include the others.

Also see http://www.w3.org/International/tests/repository/html5/the-ruby-element/results-ruby .

Do we want to follow the resolution of bug 23874 to move to v2 or include now?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120808</commentid>
    <comment_count>6</comment_count>
    <who name="Richard Ishida">ishida</who>
    <bug_when>2015-06-08 12:06:50 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #5)
&gt; Also see
&gt; http://www.w3.org/International/tests/repository/html5/the-ruby-element/
&gt; results-ruby .


Note that, a few days ago, i updated that page in a new location (i&apos;ll put a redirect in soon), which shows the latest support in Firefox (and also some improvements in Blink). See

http://www.w3.org/International/tests/repo/results/ruby-html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121549</commentid>
    <comment_count>7</comment_count>
    <who name="Dae Kim">dakim</who>
    <bug_when>2015-07-01 18:22:57 +0000</bug_when>
    <thetext>There are two very specific use cases that limit the conversion of Japanese subtitles to VTT:

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28183
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28184</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122530</commentid>
    <comment_count>8</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-08-09 10:23:50 +0000</bug_when>
    <thetext>(In reply to Dae Kim from comment #7)
&gt; There are two very specific use cases that limit the conversion of Japanese
&gt; subtitles to VTT:
&gt; 
&gt; https://www.w3.org/Bugs/Public/show_bug.cgi?id=28183
&gt; https://www.w3.org/Bugs/Public/show_bug.cgi?id=28184

Those two seem a bit premature, but would be easy to add to the allowed CSS markup.

What do we do about elements? Add &lt;rb&gt; and &lt;rtc&gt; ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122552</commentid>
    <comment_count>9</comment_count>
    <who name="Dae Kim">dakim</who>
    <bug_when>2015-08-10 22:57:33 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #8)
&gt; (In reply to Dae Kim from comment #7)
&gt; &gt; There are two very specific use cases that limit the conversion of Japanese
&gt; &gt; subtitles to VTT:
&gt; &gt; 
&gt; &gt; https://www.w3.org/Bugs/Public/show_bug.cgi?id=28183
&gt; &gt; https://www.w3.org/Bugs/Public/show_bug.cgi?id=28184
&gt; 
&gt; Those two seem a bit premature, but would be easy to add to the allowed CSS
&gt; markup.
&gt; 
&gt; What do we do about elements? Add &lt;rb&gt; and &lt;rtc&gt; ?

I assumed the &lt;ruby&gt; element was (In reply to Silvia Pfeiffer from comment #8)
&gt; (In reply to Dae Kim from comment #7)
&gt; &gt; There are two very specific use cases that limit the conversion of Japanese
&gt; &gt; subtitles to VTT:
&gt; &gt; 
&gt; &gt; https://www.w3.org/Bugs/Public/show_bug.cgi?id=28183
&gt; &gt; https://www.w3.org/Bugs/Public/show_bug.cgi?id=28184
&gt; 
&gt; Those two seem a bit premature, but would be easy to add to the allowed CSS
&gt; markup.
&gt; 
&gt; What do we do about elements? Add &lt;rb&gt; and &lt;rtc&gt; ?

I assumed &lt;ruby&gt; implied &lt;rb&gt; functionality:

00:00:10.000 --&gt; 00:00:15.000
&lt;ruby&gt;Line 1&lt;rt.over&gt;ruby&lt;/rt&gt;&lt;/ruby&gt;
&lt;ruby&gt;Line 2&lt;rt.under&gt;ruby2&lt;/rt&gt;&lt;/ruby&gt;

But makes sense to add it and would be simple to account for it:

00:00:10.000 --&gt; 00:00:15.000
&lt;ruby&gt;&lt;rb&gt;Line 1&lt;/rb&gt;&lt;rt.over&gt;ruby&lt;/rt&gt;&lt;/ruby&gt;
&lt;ruby&gt;&lt;rb&gt;Line 2&lt;/rb&gt;&lt;rt.under&gt;ruby2&lt;/rt&gt;&lt;/ruby&gt;

I&apos;m not sure &lt;rbc&gt; or &lt;rtc&gt; is needed at the moment. In terms of practical use, Japanese formats do not use this sort of complex style. Simple ruby support via &lt;rb&gt; and &lt;rt&gt; is sufficient to translate into CSS/VTT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122600</commentid>
    <comment_count>10</comment_count>
    <who name="David Singer">singer</who>
    <bug_when>2015-08-13 22:13:01 +0000</bug_when>
    <thetext>I think support for rbc and rtc are not important.

My understanding is that rbc and rtc are required either 1) If you want to specify a base character for each segment of ruby, or 2) if you want to have two rubys, one on the right and the other on the left.  I believe the use of these complex rubys are rare (if they exist at all) in captions.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122601</commentid>
    <comment_count>11</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-08-14 00:04:20 +0000</bug_when>
    <thetext>OK, so all we need to add at this point is &lt;rb&gt; (note: there&apos;s no automation in &lt;ruby&gt; implying support of any other element).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122602</commentid>
    <comment_count>12</comment_count>
    <who name="Courtney">stillbookish</who>
    <bug_when>2015-08-14 00:16:52 +0000</bug_when>
    <thetext>I think that full Ruby support is very important for WebVTT.  I think that not having full support is impeding adoption of WebVTT for Japanese subtitles.  I think we should adopt HTML Ruby support wholesale into WebVTT.  That approach seems simplest.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122604</commentid>
    <comment_count>13</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-08-14 05:27:50 +0000</bug_when>
    <thetext>Courtney, do you have any data that supports your statement? What features do subtitles in Japan need? Do you have any examples that would need &lt;rbc&gt; and &lt;rtc&gt; ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122620</commentid>
    <comment_count>14</comment_count>
    <who name="Courtney">stillbookish</who>
    <bug_when>2015-08-14 19:13:34 +0000</bug_when>
    <thetext>Silvia,  

In terms of data, I have requests for support for additional Ruby features from multiple content creators.  As I understand it, Japanese subtitles have been delivered most commonly as images , which allows for a great degree of styling and formatting control.  And, the expectation is that the same set of functionality will be available with a text-based subtitles delivery format like WebVTT.  And until that is the case, there is reluctance to move to WebVTT.

Here are some of the features I am being asked for:
1.  Ruby alignment, specifically the ability to specify spacing of multi-character Ruby over main text.  There are two cases- Ruby that annotates a span of multiple characters in the main text, and Ruby that contains multiple characters.  Sometimes Ruby can be applied to individual characters in the main text and sometimes it needs to be applied to a span of them.  Support for &lt;rtc&gt; is required to apply Ruby to a span of characters in the main text, and to group Ruby characters together.  I think that &lt;rbc&gt; doesn&apos;t need to be explicit in most cases.  While XHMTL defines &lt;rbc&gt;, it is generated as an anonymous box in HTML; WebVTT could do the same.  ( Disclaimer:  I&apos;m not an HTML expert, but my reference for that information is the ruby-base-container definition in  https://drafts.csswg.org/css-ruby/, and the lack of &lt;rbc&gt; in the HTML spec.  I actually can&apos;t find where &lt;rbc&gt; is defined, so if someone can send a reference to it, it would be appreciated. )

2.  Ruby placement - under/over ( for horizontal ) and left/right ( for vertical ) of main text.  In my understanding, placing Ruby under main text is rare ( though there are examples of it in the HTML spec ).  But, with vertical subtitles, being able to specify left or right of the text is valuable.  Looks like this can be accomplished with the CSS ruby-position property (https://drafts.csswg.org/css-ruby/) though the spec seems to be a draft.

3.  Bōten emphasis dots - these can be delivered as Ruby annotations if the character for them is available.

I have not had requests for support for &lt;rp&gt; or for double Ruby annotations-i.e: above and below main text.  But, my feeling is that we should probably just adopt the HTML Ruby support wholesale in WebVTT, as the CSS Ruby support proposal is designed to work with it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122621</commentid>
    <comment_count>15</comment_count>
    <who name="fantasai">fantasai.bugs</who>
    <bug_when>2015-08-14 20:36:36 +0000</bug_when>
    <thetext>(In reply to Courtney from comment #14)
&gt; Silvia,  
&gt; 
&gt; Here are some of the features I am being asked for:
&gt; 1.  Ruby alignment, specifically the ability to specify spacing of
&gt; multi-character Ruby over main text.  There are two cases- Ruby that
&gt; annotates a span of multiple characters in the main text, and Ruby that
&gt; contains multiple characters.  Sometimes Ruby can be applied to individual
&gt; characters in the main text and sometimes it needs to be applied to a span
&gt; of them.  Support for &lt;rtc&gt; is required to apply Ruby to a span of
&gt; characters in the main text, and to group Ruby characters together.  I think
&gt; that &lt;rbc&gt; doesn&apos;t need to be explicit in most cases.  While XHMTL defines
&gt; &lt;rbc&gt;, it is generated as an anonymous box in HTML; WebVTT could do the
&gt; same.  ( Disclaimer:  I&apos;m not an HTML expert, but my reference for that
&gt; information is the ruby-base-container definition in 
&gt; https://drafts.csswg.org/css-ruby/, and the lack of &lt;rbc&gt; in the HTML spec. 
&gt; I actually can&apos;t find where &lt;rbc&gt; is defined, so if someone can send a
&gt; reference to it, it would be appreciated. )

Spanning multiple characters is accomplished by placing more than one character in the &lt;rb&gt;, not by using &lt;rbc&gt; or &lt;rtc&gt;. You are confusing what a &quot;base&quot; is with what a &quot;character&quot; is: in CJK languages each base is frequently one character, but this is not necessary.

&lt;rtc&gt; support would be needed only if you have multiple levels of ruby.

&gt; 2.  Ruby placement - under/over ( for horizontal ) and left/right ( for
&gt; vertical ) of main text.  In my understanding, placing Ruby under main text
&gt; is rare ( though there are examples of it in the HTML spec ).  But, with
&gt; vertical subtitles, being able to specify left or right of the text is
&gt; valuable.  Looks like this can be accomplished with the CSS ruby-position
&gt; property (https://drafts.csswg.org/css-ruby/) though the spec seems to be a
&gt; draft.

Yes, ruby-position will do this. There is no HTML support for this since it is a presentational consideration, not a semantic one.

&gt; 3.  Bōten emphasis dots - these can be delivered as Ruby annotations if the
&gt; character for them is available.
&gt; 
&gt; I have not had requests for support for &lt;rp&gt; or for double Ruby
&gt; annotations-i.e: above and below main text.  But, my feeling is that we
&gt; should probably just adopt the HTML Ruby support wholesale in WebVTT, as the
&gt; CSS Ruby support proposal is designed to work with it.

This should be accomplished by supporting the text-emphasis property:
  http://www.w3.org/TR/css-text-decor-3/#emphasis-marks</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122622</commentid>
    <comment_count>16</comment_count>
    <who name="Dae Kim">dakim</who>
    <bug_when>2015-08-15 00:02:25 +0000</bug_when>
    <thetext>Based on Courtney&apos;s comment re:

&quot;Japanese subtitles allows for a great degree of styling and formatting control.  And, the expectation is that the same set of functionality will be available with a text-based subtitles delivery format like WebVTT.&quot;

We can infer that this issue should be changed from &quot;incomplete ruby implementation&quot; to &quot;incomplete Japanese features support&quot;.

In which case, we also need to support:
https://drafts.csswg.org/css-writing-modes/#text-combine-upright

via:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28184</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123387</commentid>
    <comment_count>17</comment_count>
    <who name="Courtney">stillbookish</who>
    <bug_when>2015-09-30 19:26:57 +0000</bug_when>
    <thetext>Here is the link to the portion of HTML5 that defines Ruby tags:
http://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123388</commentid>
    <comment_count>18</comment_count>
    <who name="Courtney">stillbookish</who>
    <bug_when>2015-09-30 19:27:55 +0000</bug_when>
    <thetext>Here is the link to the portion of HTML5 that defines Ruby tags:
http://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123389</commentid>
    <comment_count>19</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-09-30 19:37:52 +0000</bug_when>
    <thetext>(In reply to fantasai from comment #15)
&gt; (In reply to Courtney from comment #14)
&gt; &gt; Silvia,  
&gt; &gt; 
&gt; &gt; Here are some of the features I am being asked for:
&gt; &gt; 1.  Ruby alignment, specifically the ability to specify spacing of
&gt; &gt; multi-character Ruby over main text.  There are two cases- Ruby that
&gt; &gt; annotates a span of multiple characters in the main text, and Ruby that
&gt; &gt; contains multiple characters.  Sometimes Ruby can be applied to individual
&gt; &gt; characters in the main text and sometimes it needs to be applied to a span
&gt; &gt; of them.  Support for &lt;rtc&gt; is required to apply Ruby to a span of
&gt; &gt; characters in the main text, and to group Ruby characters together.  I think
&gt; &gt; that &lt;rbc&gt; doesn&apos;t need to be explicit in most cases.  While XHMTL defines
&gt; &gt; &lt;rbc&gt;, it is generated as an anonymous box in HTML; WebVTT could do the
&gt; &gt; same.  ( Disclaimer:  I&apos;m not an HTML expert, but my reference for that
&gt; &gt; information is the ruby-base-container definition in 
&gt; &gt; https://drafts.csswg.org/css-ruby/, and the lack of &lt;rbc&gt; in the HTML spec. 
&gt; &gt; I actually can&apos;t find where &lt;rbc&gt; is defined, so if someone can send a
&gt; &gt; reference to it, it would be appreciated. )
&gt; 
&gt; Spanning multiple characters is accomplished by placing more than one
&gt; character in the &lt;rb&gt;, not by using &lt;rbc&gt; or &lt;rtc&gt;. You are confusing what a
&gt; &quot;base&quot; is with what a &quot;character&quot; is: in CJK languages each base is
&gt; frequently one character, but this is not necessary.
&gt; 
&gt; &lt;rtc&gt; support would be needed only if you have multiple levels of ruby.


Based on this, I am not convinced we need to add any more elements for the WebVTT specific use case. Particularly since Mozilla reported in bug 23874 : &quot;We looked and didn&apos;t find any wild examples of &lt;rp&gt; in subtitles.&quot;


&gt; &gt; 2.  Ruby placement - under/over ( for horizontal ) and left/right ( for
&gt; &gt; vertical ) of main text.  In my understanding, placing Ruby under main text
&gt; &gt; is rare ( though there are examples of it in the HTML spec ).  But, with
&gt; &gt; vertical subtitles, being able to specify left or right of the text is
&gt; &gt; valuable.  Looks like this can be accomplished with the CSS ruby-position
&gt; &gt; property (https://drafts.csswg.org/css-ruby/) though the spec seems to be a
&gt; &gt; draft.
&gt; 
&gt; Yes, ruby-position will do this. There is no HTML support for this since it
&gt; is a presentational consideration, not a semantic one.


It seems the main requirement for ruby extensions on top of what is currently in WebVTT is this ruby-position CSS feature.


&gt; &gt; 3.  Bōten emphasis dots - these can be delivered as Ruby annotations if the
&gt; &gt; character for them is available.
&gt; &gt; 
&gt; &gt; I have not had requests for support for &lt;rp&gt; or for double Ruby
&gt; &gt; annotations-i.e: above and below main text.  But, my feeling is that we
&gt; &gt; should probably just adopt the HTML Ruby support wholesale in WebVTT, as the
&gt; &gt; CSS Ruby support proposal is designed to work with it.
&gt; 
&gt; This should be accomplished by supporting the text-emphasis property:
&gt;   http://www.w3.org/TR/css-text-decor-3/#emphasis-marks

OK, we can leave emphasis-marks for the next version of WebVTT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123391</commentid>
    <comment_count>20</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-09-30 19:40:16 +0000</bug_when>
    <thetext>*** Bug 23874 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123401</commentid>
    <comment_count>21</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2015-09-30 22:27:33 +0000</bug_when>
    <thetext>After discussion with some internationalisation users from diverse video players at FOMS, we have come to the conclusion that this, together with bug 23874 (rb support), bug 28183 (ruby-position CSS support), bug 28184 (text-combine-upright), and support for CSS ruby-align should be done for the next version of WebVTT, so we can get a interoperable v1 version of WebVTT finalised asap.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123999</commentid>
    <comment_count>22</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2015-10-30 04:12:46 +0000</bug_when>
    <thetext>Discussion with ishida at TPAC we concluded that the current subset is OK in webvtt for now, but we should reconsider adopting all of ruby if it gets implemented by all browsers for HTML (including styling, not just HTML parsing).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>124220</commentid>
    <comment_count>23</comment_count>
    <who name="Richard Ishida">ishida</who>
    <bug_when>2015-11-16 12:32:31 +0000</bug_when>
    <thetext>continued at https://github.com/w3c/webvtt/issues/264</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>127722</commentid>
    <comment_count>24</comment_count>
    <who name="David Singer">singer</who>
    <bug_when>2016-10-11 17:29:00 +0000</bug_when>
    <thetext>We should re-assess the status of Ruby implementations in all browsers and consider whether we need to adapt VTT in the light of current practice.  Re-opening.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>127751</commentid>
    <comment_count>25</comment_count>
    <who name="Richard Ishida">ishida</who>
    <bug_when>2016-10-12 12:44:36 +0000</bug_when>
    <thetext>David, please continue the discussion in the (open) github issue, not by reopening this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128196</commentid>
    <comment_count>26</comment_count>
    <who name="David Singer">singer</who>
    <bug_when>2016-11-16 23:10:08 +0000</bug_when>
    <thetext>comment copied from GitHub:

After asking experts, I believe we have the following state:
&lt;ruby&gt; and &lt;rt&gt;:  
   are in the specification now
&lt;rb&gt;: 
    is in by implication (it&apos;s a normal part of &lt;ruby&gt; if I understand it correctly), but we should be explicit
&lt;rtc&gt;:
    might be needed for some cases; should we include it? I am not aware of need, myself.
&lt;rp&gt;:
    is only in HTML for backwards compatibility and is not needed.

Can we mention &lt;rt&gt; as being part of &lt;ruby&gt; and leave &lt;rtc&gt; for implementer discretion and the future?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128206</commentid>
    <comment_count>27</comment_count>
    <who name="David Singer">singer</who>
    <bug_when>2016-11-17 18:36:57 +0000</bug_when>
    <thetext>OK, I meant this:

mention rB explicitly as being included

leave rtc and rbc to future and implementation choice

leave out rp

(sorry about the typos)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>