- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Oct 2011 17:22:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30583 Modified Files: Overview.html Log Message: This was equally poorly defined. (whatwg r6616) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5306 retrieving revision 1.5307 diff -u -d -r1.5306 -r1.5307 --- Overview.html 2 Oct 2011 16:59:16 -0000 1.5306 +++ Overview.html 2 Oct 2011 17:22:17 -0000 1.5307 @@ -26773,12 +26773,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> - <p>The <dfn id="dom-texttrackcue-getcueassource" title="dom-TextTrackCue-getCueAsSource"><code>getCueAsSource()</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><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>
Received on Sunday, 2 October 2011 17:22:24 UTC