[html5] r6615 - [giow] (0) This was poorly defined, to say the least. Fixing http://www.w3.org/B [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 2 10:04:07 PDT 2011


Author: ianh
Date: 2011-10-02 10:04:05 -0700 (Sun, 02 Oct 2011)
New Revision: 6615

Modified:
   complete.html
   index
   source
Log:
[giow] (0) This was poorly defined, to say the least.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14289

Modified: complete.html
===================================================================
--- complete.html	2011-10-02 16:56:23 UTC (rev 6614)
+++ complete.html	2011-10-02 17:04:05 UTC (rev 6615)
@@ -32116,12 +32116,16 @@
   object represents.</p>
 
   <p>The <dfn id=dom-texttrackcue-alignment title=dom-TextTrackCue-alignment><code>alignment</code></dfn>
-  attribute must return the <a href=#text-track-cue-alignment>text track cue alignment</a> of
-  the <a href=#text-track-cue>text track cue</a> that the <code><a href=#texttrackcue>TextTrackCue</a></code>
-  object represents.</p>
-<!--TTVTT-->
+  attribute must return the string from the second cell of the row in
+  the table below whose first cell is the <a href=#text-track-cue-alignment>text track cue
+  alignment</a> of the <a href=#text-track-cue>text track cue</a> that the
+  <code><a href=#texttrackcue>TextTrackCue</a></code> object represents:</p>
 
-  <p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
+  <table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> <code title=dom-TextTrackCue-alignment><a href=#dom-texttrackcue-alignment>alignment</a></code> value
+   <tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> "<code title="">start</code>"
+    <tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> "<code title="">middle</code>"
+    <tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> "<code title="">end</code>"
+  </table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
   method must return the raw <a href=#text-track-cue-text>text track cue text</a>.</p>
 
   <p>The <dfn id=dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML><code>getCueAsHTML()</code></dfn>

Modified: index
===================================================================
--- index	2011-10-02 16:56:23 UTC (rev 6614)
+++ index	2011-10-02 17:04:05 UTC (rev 6615)
@@ -31983,12 +31983,16 @@
   object represents.</p>
 
   <p>The <dfn id=dom-texttrackcue-alignment title=dom-TextTrackCue-alignment><code>alignment</code></dfn>
-  attribute must return the <a href=#text-track-cue-alignment>text track cue alignment</a> of
-  the <a href=#text-track-cue>text track cue</a> that the <code><a href=#texttrackcue>TextTrackCue</a></code>
-  object represents.</p>
-<!--TTVTT-->
+  attribute must return the string from the second cell of the row in
+  the table below whose first cell is the <a href=#text-track-cue-alignment>text track cue
+  alignment</a> of the <a href=#text-track-cue>text track cue</a> that the
+  <code><a href=#texttrackcue>TextTrackCue</a></code> object represents:</p>
 
-  <p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
+  <table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> <code title=dom-TextTrackCue-alignment><a href=#dom-texttrackcue-alignment>alignment</a></code> value
+   <tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> "<code title="">start</code>"
+    <tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> "<code title="">middle</code>"
+    <tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> "<code title="">end</code>"
+  </table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
   method must return the raw <a href=#text-track-cue-text>text track cue text</a>.</p>
 
   <p>The <dfn id=dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML><code>getCueAsHTML()</code></dfn>

Modified: source
===================================================================
--- source	2011-10-02 16:56:23 UTC (rev 6614)
+++ source	2011-10-02 17:04:05 UTC (rev 6615)
@@ -35085,9 +35085,19 @@
 
   <p>The <dfn
   title="dom-TextTrackCue-alignment"><code>alignment</code></dfn>
-  attribute must return the <span>text track cue alignment</span> of
-  the <span>text track cue</span> that the <code>TextTrackCue</code>
-  object represents.</p>
+  attribute must return the string from the second cell of the row in
+  the table below whose first cell is the <span>text track cue
+  alignment</span> of the <span>text track cue</span> that the
+  <code>TextTrackCue</code> object represents:</p>
+
+  <table>
+   <thead>
+    <tr> <th><span>Text track cue alignment</span> <th> <code title="dom-TextTrackCue-alignment">alignment</code> value
+   <tbody>
+    <tr> <td><span title="text track cue start alignment">Start alignment</span> <td> "<code title="">start</code>"
+    <tr> <td><span title="text track cue middle alignment">Middle alignment</span> <td> "<code title="">middle</code>"
+    <tr> <td><span title="text track cue end alignment">End alignment</span> <td> "<code title="">end</code>"
+  </table>
 <!--START w3c-html--><!--TTVTT-->
 
   <p>The <dfn




More information about the Commit-Watchers mailing list