[html5] r6722 - [giow] (0) Use <span> instead of <q> to represent spans of text with a given voi [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 20 16:29:38 PDT 2011


Author: ianh
Date: 2011-10-20 16:29:37 -0700 (Thu, 20 Oct 2011)
New Revision: 6722

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Use <span> instead of <q> to represent spans of text with a given voice, since HTML doesn't have an equivalent to <v> and <q> would add quotes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14263

Modified: complete.html
===================================================================
--- complete.html	2011-10-20 23:27:07 UTC (rev 6721)
+++ complete.html	2011-10-20 23:29:37 UTC (rev 6722)
@@ -34328,7 +34328,7 @@
     <tr><td><a href=#webvtt-ruby-text-object>WebVTT Ruby Text Object</a>
      <td><code><a href=#htmlelement>HTMLElement</a></code> element node with <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> "<code><a href=#the-rt-element>rt</a></code>".
     <tr><td><a href=#webvtt-voice-object>WebVTT Voice Object</a>
-     <td><code><a href=#htmlelement>HTMLElement</a></code> element node with <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> "<code><a href=#the-q-element>q</a></code>", a <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute set to the <a href=#webvtt-voice-object>WebVTT Voice Object</a>'s value.
+     <td><code><a href=#htmlelement>HTMLElement</a></code> element node with <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> "<code><a href=#the-span-element>span</a></code>", a <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute set to the <a href=#webvtt-voice-object>WebVTT Voice Object</a>'s value.
     <tr><td><a href=#webvtt-text-object>WebVTT Text Object</a>
      <td><code><a href=#text>Text</a></code> node whose character data is the value of the <a href=#webvtt-text-object>WebVTT Text Object</a>.
     <tr><td><a href=#webvtt-timestamp-object>WebVTT Timestamp Object</a>

Modified: index
===================================================================
--- index	2011-10-20 23:27:07 UTC (rev 6721)
+++ index	2011-10-20 23:29:37 UTC (rev 6722)
@@ -34328,7 +34328,7 @@
     <tr><td><a href=#webvtt-ruby-text-object>WebVTT Ruby Text Object</a>
      <td><code><a href=#htmlelement>HTMLElement</a></code> element node with <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> "<code><a href=#the-rt-element>rt</a></code>".
     <tr><td><a href=#webvtt-voice-object>WebVTT Voice Object</a>
-     <td><code><a href=#htmlelement>HTMLElement</a></code> element node with <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> "<code><a href=#the-q-element>q</a></code>", a <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute set to the <a href=#webvtt-voice-object>WebVTT Voice Object</a>'s value.
+     <td><code><a href=#htmlelement>HTMLElement</a></code> element node with <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> "<code><a href=#the-span-element>span</a></code>", a <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute set to the <a href=#webvtt-voice-object>WebVTT Voice Object</a>'s value.
     <tr><td><a href=#webvtt-text-object>WebVTT Text Object</a>
      <td><code><a href=#text>Text</a></code> node whose character data is the value of the <a href=#webvtt-text-object>WebVTT Text Object</a>.
     <tr><td><a href=#webvtt-timestamp-object>WebVTT Timestamp Object</a>

Modified: source
===================================================================
--- source	2011-10-20 23:27:07 UTC (rev 6721)
+++ source	2011-10-20 23:29:37 UTC (rev 6722)
@@ -37702,7 +37702,7 @@
      <td><code>HTMLElement</code> element node with <code title="dom-Node-localName">localName</code> "<code>rt</code>".
     <tr>
      <td><span>WebVTT Voice Object</span>
-     <td><code>HTMLElement</code> element node with <code title="dom-Node-localName">localName</code> "<code>q</code>", a <code title="attr-title">title</code> attribute set to the <span>WebVTT Voice Object</span>'s value.
+     <td><code>HTMLElement</code> element node with <code title="dom-Node-localName">localName</code> "<code>span</code>", a <code title="attr-title">title</code> attribute set to the <span>WebVTT Voice Object</span>'s value.
     <tr>
      <td><span>WebVTT Text Object</span>
      <td><code>Text</code> node whose character data is the value of the <span>WebVTT Text Object</span>.




More information about the Commit-Watchers mailing list