[html5] r6616 - [giow] (0) This was equally poorly defined. Fixing http://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 2 10:19:26 PDT 2011


Author: ianh
Date: 2011-10-02 10:19:24 -0700 (Sun, 02 Oct 2011)
New Revision: 6616

Modified:
   complete.html
   index
   source
Log:
[giow] (0) This was equally poorly defined.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14287

Modified: complete.html
===================================================================
--- complete.html	2011-10-02 17:04:05 UTC (rev 6615)
+++ complete.html	2011-10-02 17:19:24 UTC (rev 6616)
@@ -32063,12 +32063,20 @@
   otherwise.</p>
 
   <p>The <dfn id=dom-texttrackcue-direction title=dom-TextTrackCue-direction><code>direction</code></dfn>
-  attribute must return the <a href=#text-track-cue-writing-direction>text track cue writing
-  direction</a> of the <a href=#text-track-cue>text track cue</a> that the
-  <code><a href=#texttrackcue>TextTrackCue</a></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 <a href=#text-track-cue-writing-direction>text track cue
+  writing direction</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-->
-  <p>The <dfn id=dom-texttrackcue-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
+  <table><thead><tr><th> <a href=#text-track-cue-writing-direction>Text track cue writing direction</a>
+         <th> <code title=dom-TextTrackCue-direction><a href=#dom-texttrackcue-direction>direction</a></code> value
+   <tbody><tr><td> <a href=#text-track-cue-horizontal-writing-direction title="text track cue horizontal writing direction">Horizontal</a>
+         <td> "<code title="">horizontal</code>"
+    <tr><td> <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing direction">Vertical growing left</a>
+         <td> "<code title="">vertical</code>"
+    <tr><td> <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing right writing direction">Vertical growing right</a>
+         <td> "<code title="">vertical-lr</code>"
+  </table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
   attribute must return true if the <a href=#text-track-cue-snap-to-lines-flag>text track cue
   snap-to-lines flag</a> of the <a href=#text-track-cue>text track cue</a> that
   the <code><a href=#texttrackcue>TextTrackCue</a></code> object represents is set; or false

Modified: index
===================================================================
--- index	2011-10-02 17:04:05 UTC (rev 6615)
+++ index	2011-10-02 17:19:24 UTC (rev 6616)
@@ -31930,12 +31930,20 @@
   otherwise.</p>
 
   <p>The <dfn id=dom-texttrackcue-direction title=dom-TextTrackCue-direction><code>direction</code></dfn>
-  attribute must return the <a href=#text-track-cue-writing-direction>text track cue writing
-  direction</a> of the <a href=#text-track-cue>text track cue</a> that the
-  <code><a href=#texttrackcue>TextTrackCue</a></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 <a href=#text-track-cue-writing-direction>text track cue
+  writing direction</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-->
-  <p>The <dfn id=dom-texttrackcue-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
+  <table><thead><tr><th> <a href=#text-track-cue-writing-direction>Text track cue writing direction</a>
+         <th> <code title=dom-TextTrackCue-direction><a href=#dom-texttrackcue-direction>direction</a></code> value
+   <tbody><tr><td> <a href=#text-track-cue-horizontal-writing-direction title="text track cue horizontal writing direction">Horizontal</a>
+         <td> "<code title="">horizontal</code>"
+    <tr><td> <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing direction">Vertical growing left</a>
+         <td> "<code title="">vertical</code>"
+    <tr><td> <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing right writing direction">Vertical growing right</a>
+         <td> "<code title="">vertical-lr</code>"
+  </table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
   attribute must return true if the <a href=#text-track-cue-snap-to-lines-flag>text track cue
   snap-to-lines flag</a> of the <a href=#text-track-cue>text track cue</a> that
   the <code><a href=#texttrackcue>TextTrackCue</a></code> object represents is set; or false

Modified: source
===================================================================
--- source	2011-10-02 17:04:05 UTC (rev 6615)
+++ source	2011-10-02 17:19:24 UTC (rev 6616)
@@ -35021,10 +35021,24 @@
 
   <p>The <dfn
   title="dom-TextTrackCue-direction"><code>direction</code></dfn>
-  attribute must return the <span>text track cue writing
-  direction</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
+  writing direction</span> of the <span>text track cue</span> that the
+  <code>TextTrackCue</code> object represents:</p>
 
+  <table>
+   <thead>
+    <tr> <th> <span>Text track cue writing direction</span>
+         <th> <code title="dom-TextTrackCue-direction">direction</code> value
+   <tbody>
+    <tr> <td> <span title="text track cue horizontal writing direction">Horizontal</span>
+         <td> "<code title="">horizontal</code>"
+    <tr> <td> <span title="text track cue vertical growing left writing direction">Vertical growing left</span>
+         <td> "<code title="">vertical</code>"
+    <tr> <td> <span title="text track cue vertical growing right writing direction">Vertical growing right</span>
+         <td> "<code title="">vertical-lr</code>"
+  </table>
+
 <!--END w3c-html--><!--TTVTT-->
   <p>The <dfn
   title="dom-TextTrackCue-snapToLines"><code>snapToLines</code></dfn>




More information about the Commit-Watchers mailing list