[html5] r5144 - [giow] (0) Captions - Stage 20.6: TimedTrackCue attributes, first pass.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 8 15:03:20 PDT 2010


Author: ianh
Date: 2010-07-08 15:03:19 -0700 (Thu, 08 Jul 2010)
New Revision: 5144

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Captions - Stage 20.6: TimedTrackCue attributes, first pass.

Modified: complete.html
===================================================================
--- complete.html	2010-07-08 21:27:39 UTC (rev 5143)
+++ complete.html	2010-07-08 22:03:19 UTC (rev 5144)
@@ -27132,23 +27132,23 @@
 
   <hr><pre class=idl>[<a href=#dom-timedtrackcue title=dom-TimedTrackCue>Constructor</a>(in DOMString id, in float startTime, in float endTime, in DOMString text, in optional DOMString settings, in optional DOMString voice, in optional boolean pauseOnExit)]
 interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
-  readonly attribute <a href=#timedtrack>TimedTrack</a> <span title=dom-TimedTrackCue-track>track</span>;
-  readonly attribute DOMString <span title=dom-TimedTrackCue-id>id</span>;
+  readonly attribute <a href=#timedtrack>TimedTrack</a> <a href=#dom-timedtrackcue-track title=dom-TimedTrackCue-track>track</a>;
+  readonly attribute DOMString <a href=#dom-timedtrackcue-id title=dom-TimedTrackCue-id>id</a>;
 
-  readonly attribute float <span title=dom-TimedTrackCue-startTime>startTime</span>;
-  readonly attribute float <span title=dom-TimedTrackCue-endTime>endTime</span>;
-  readonly attribute boolean <span title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</span>;
+  readonly attribute float <a href=#dom-timedtrackcue-starttime title=dom-TimedTrackCue-startTime>startTime</a>;
+  readonly attribute float <a href=#dom-timedtrackcue-endtime title=dom-TimedTrackCue-endTime>endTime</a>;
+  readonly attribute boolean <a href=#dom-timedtrackcue-pauseonexit title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</a>;
 
-  readonly attribute DOMString <span title=dom-TimedTrackCue-direction>direction</span>;
-  readonly attribute boolean <span title=dom-TimedTrackCue-snapToLines>snapToLines</span>;
-  readonly attribute long <span title=dom-TimedTrackCue-linePosition>linePosition</span>;
-  readonly attribute long <span title=dom-TimedTrackCue-textPosition>textPosition</span>;
-  readonly attribute long <span title=dom-TimedTrackCue-size>size</span>;
-  readonly attribute DOMString <span title=dom-TimedTrackCue-alignment>alignment</span>;
+  readonly attribute DOMString <a href=#dom-timedtrackcue-direction title=dom-TimedTrackCue-direction>direction</a>;
+  readonly attribute boolean <a href=#dom-timedtrackcue-snaptolines title=dom-TimedTrackCue-snapToLines>snapToLines</a>;
+  readonly attribute long <a href=#dom-timedtrackcue-lineposition title=dom-TimedTrackCue-linePosition>linePosition</a>;
+  readonly attribute long <a href=#dom-timedtrackcue-textposition title=dom-TimedTrackCue-textPosition>textPosition</a>;
+  readonly attribute long <a href=#dom-timedtrackcue-size title=dom-TimedTrackCue-size>size</a>;
+  readonly attribute DOMString <a href=#dom-timedtrackcue-alignment title=dom-TimedTrackCue-alignment>alignment</a>;
 
-  readonly attribute DOMString <span title=dom-TimedTrackCue-voice>voice</span>;
-  DOMString <span title=dom-TimedTrackCue-getCueAsSource()>getCueAsSource</span>();
-  <a href=#documentfragment>DocumentFragment</a> <span title=dom-TimedTrackCue-getCueAsHTML()>getCueAsHTML</span>();
+  readonly attribute DOMString <a href=#dom-timedtrackcue-voice title=dom-TimedTrackCue-voice>voice</a>;
+  DOMString <a href=#dom-timedtrackcue-getcueassource() title=dom-TimedTrackCue-getCueAsSource()>getCueAsSource</a>();
+  <a href=#documentfragment>DocumentFragment</a> <a href=#dom-timedtrackcue-getcueashtml() title=dom-TimedTrackCue-getCueAsHTML()>getCueAsHTML</a>();
 
   readonly attribute <a href=#function>Function</a> <a href=#handler-timedtrackcue-onenter title=handler-TimedTrackCue-onenter>onenter</a>;
   readonly attribute <a href=#function>Function</a> <a href=#handler-timedtrackcue-onexit title=handler-TimedTrackCue-onexit>onexit</a>;
@@ -27166,34 +27166,34 @@
     <p>The <var title="">pauseOnExit</var> argument sets the <a href=#timed-track-cue-pause-on-exit-flag>timed track cue pause-on-exit flag</a>. If omitted, false is assumed.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-track>track</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-track title=dom-TimedTrackCue-track>track</a></dt>
    <dd>
     <p>Returns the <code><a href=#timedtrack>TimedTrack</a></code> object to which this
     <a href=#timed-track-cue>timed track cue</a> belongs, if any, or null
     otherwise.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-id>id</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-id title=dom-TimedTrackCue-id>id</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-identifier>timed track cue identifier</a>.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-startTime>startTime</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-starttime title=dom-TimedTrackCue-startTime>startTime</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-start-time>timed track cue start time</a>, in seconds.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-endTime>endTime</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-endtime title=dom-TimedTrackCue-endTime>endTime</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-end-time>timed track cue end time</a>, in seconds.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-pauseonexit title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</a></dt>
    <dd>
     <p>Returns true if the <a href=#timed-track-cue-pause-on-exit-flag>timed track cue pause-on-exit flag</a> is set, false otherwise.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-direction>direction</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-direction title=dom-TimedTrackCue-direction>direction</a></dt>
    <dd>
     <p>Returns a string representing the <a href=#timed-track-cue-writing-direction>timed track cue writing direction</a>, as follows:</p>
     <dl class=switch><dt>If it is <a href=#timed-track-cue-horizontal-writing-direction title="timed track cue horizontal writing direction">horizontal</a></dt>
@@ -27204,29 +27204,29 @@
      <dd><p>The string "<code title="">vertical-lr</code>".</dd>
     </dl></dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-snapToLines>snapToLines</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-snaptolines title=dom-TimedTrackCue-snapToLines>snapToLines</a></dt>
    <dd>
     <p>Returns true if the <a href=#timed-track-cue-snap-to-lines-flag>timed track cue snap-to-lines flag</a> is set, false otherwise.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-linePosition>linePosition</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-lineposition title=dom-TimedTrackCue-linePosition>linePosition</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-line-position>timed track cue line position</a>. In the
     case of the value being <a href=#timed-track-cue-automatic-line-position title="timed track cue automatic
     line position">auto</a>, the appropriate default is returned.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-textPosition>textPosition</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-textposition title=dom-TimedTrackCue-textPosition>textPosition</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-text-position>timed track cue text position</a>.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-size>size</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-size title=dom-TimedTrackCue-size>size</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-size>timed track cue size</a>.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-alignment>alignment</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-alignment title=dom-TimedTrackCue-alignment>alignment</a></dt>
    <dd>
     <p>Returns a string representing the <a href=#timed-track-cue-alignment>timed track cue alignment</a>, as follows:</p>
     <dl class=switch><dt>If it is <a href=#timed-track-cue-start-alignment title="timed track cue start alignment">start alignment</a></dt>
@@ -27237,7 +27237,7 @@
      <dd><p>The string "<code title="">end</code>".</dd>
     </dl></dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-voice>voice</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-voice title=dom-TimedTrackCue-voice>voice</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-voice-identifier>timed track cue voice identifier</a>.</p>
    </dd>
@@ -27321,29 +27321,78 @@
    <li><p>Return the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object representing
    <var title="">cue</var>.</li>
 
-  </ol><!-- XXX
+  </ol><p>The <dfn id=dom-timedtrackcue-track title=dom-TimedTrackCue-track><code>track</code></dfn>
+  attribute must return the <code><a href=#timedtrack>TimedTrack</a></code> object of the
+  <a href=#timed-track>timed track</a> with which the <a href=#timed-track-cue>timed track cue</a>
+  that the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents is associated,
+  if any; or null otherwise.</p>
 
-  <dfn title="dom-TimedTrackCue-track"><code>track</code></dfn>
-  <dfn title="dom-TimedTrackCue-id"><code>id</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-id title=dom-TimedTrackCue-id><code>id</code></dfn>
+  attribute must return the <a href=#timed-track-cue-identifier>timed track cue identifier</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents.</p>
 
-  <dfn title="dom-TimedTrackCue-startTime"><code>startTime</code></dfn>
-  <dfn title="dom-TimedTrackCue-endTime"><code>endTime</code></dfn>
-  <dfn title="dom-TimedTrackCue-pauseOnExit"><code>pauseOnExit</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-starttime title=dom-TimedTrackCue-startTime><code>startTime</code></dfn>
+  attribute must return the <a href=#timed-track-cue-start-time>timed track cue start time</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents, in seconds.</p>
 
-  <dfn title="dom-TimedTrackCue-direction"><code>direction</code></dfn>
-  <dfn title="dom-TimedTrackCue-snapToLines"><code>snapToLines</code></dfn>
-  <dfn title="dom-TimedTrackCue-linePosition"><code>linePosition</code></dfn>
-  <dfn title="dom-TimedTrackCue-textPosition"><code>textPosition</code></dfn>
-  <dfn title="dom-TimedTrackCue-size"><code>size</code></dfn>
-  <dfn title="dom-TimedTrackCue-alignment"><code>alignment</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-endtime title=dom-TimedTrackCue-endTime><code>endTime</code></dfn>
+  attribute must return the <a href=#timed-track-cue-end-time>timed track cue end time</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents, in seconds.</p>
 
-  <dfn title="dom-TimedTrackCue-voice"><code>voice</code></dfn>
-  <dfn title="dom-TimedTrackCue-getCueAsSource()"><code>getCueAsSource()</code></dfn>
-  <dfn title="dom-TimedTrackCue-getCueAsHTML()"><code>getCueAsHTML()</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-pauseonexit title=dom-TimedTrackCue-pauseOnExit><code>pauseOnExit</code></dfn>
+  attribute must return true if the <a href=#timed-track-cue-pause-on-exit-flag>timed track cue
+  pause-on-exit flag</a> of the <a href=#timed-track-cue>timed track cue</a> that
+  the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents is set; or false
+  otherwise.</p>
 
---></div>
+  <p>The <dfn id=dom-timedtrackcue-direction title=dom-TimedTrackCue-direction><code>direction</code></dfn>
+  attribute must return the <a href=#timed-track-cue-writing-direction>timed track cue writing
+  direction</a> of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents.</p>
 
+  <p>The <dfn id=dom-timedtrackcue-snaptolines title=dom-TimedTrackCue-snapToLines><code>snapToLines</code></dfn>
+  attribute must return true if the <a href=#timed-track-cue-snap-to-lines-flag>timed track cue
+  snap-to-lines flag</a> of the <a href=#timed-track-cue>timed track cue</a> that
+  the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents is set; or false
+  otherwise.</p>
 
+  <p>The <dfn id=dom-timedtrackcue-lineposition title=dom-TimedTrackCue-linePosition><code>linePosition</code></dfn>
+  attribute must return the <a href=#timed-track-cue-line-position>timed track cue line position</a>
+  of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents. <span class=XXX>...auto case...</span></p>
+
+  <p>The <dfn id=dom-timedtrackcue-textposition title=dom-TimedTrackCue-textPosition><code>textPosition</code></dfn>
+  attribute must return the <a href=#timed-track-cue-text-position>timed track cue text position</a>
+  of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents.</p>
+
+  <p>The <dfn id=dom-timedtrackcue-size title=dom-TimedTrackCue-size><code>size</code></dfn>
+  attribute must return the <a href=#timed-track-cue-size>timed track cue size</a> of the
+  <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents.</p>
+
+  <p>The <dfn id=dom-timedtrackcue-alignment title=dom-TimedTrackCue-alignment><code>alignment</code></dfn>
+  attribute must return the <a href=#timed-track-cue-alignment>timed track cue alignment</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents.</p>
+
+  <p>The <dfn id=dom-timedtrackcue-voice title=dom-TimedTrackCue-voice><code>voice</code></dfn>
+  attribute must return the <a href=#timed-track-cue-voice-identifier>timed track cue voice
+  identifier</a> of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents.</p>
+
+  <p class=XXX>The <dfn id=dom-timedtrackcue-getcueassource() title=dom-TimedTrackCue-getCueAsSource()><code>getCueAsSource()</code></dfn>
+  method must...</p>
+
+  <p class=XXX>The <dfn id=dom-timedtrackcue-getcueashtml() title=dom-TimedTrackCue-getCueAsHTML()><code>getCueAsHTML()</code></dfn>
+  method must...</p>
+
+  </div>
+
+
   <div class=impl>
 
   <h6 id=cue-events><span class=secno>4.8.10.10.6 </span>Event definitions</h6>

Modified: index
===================================================================
--- index	2010-07-08 21:27:39 UTC (rev 5143)
+++ index	2010-07-08 22:03:19 UTC (rev 5144)
@@ -27059,23 +27059,23 @@
 
   <hr><pre class=idl>[<a href=#dom-timedtrackcue title=dom-TimedTrackCue>Constructor</a>(in DOMString id, in float startTime, in float endTime, in DOMString text, in optional DOMString settings, in optional DOMString voice, in optional boolean pauseOnExit)]
 interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
-  readonly attribute <a href=#timedtrack>TimedTrack</a> <span title=dom-TimedTrackCue-track>track</span>;
-  readonly attribute DOMString <span title=dom-TimedTrackCue-id>id</span>;
+  readonly attribute <a href=#timedtrack>TimedTrack</a> <a href=#dom-timedtrackcue-track title=dom-TimedTrackCue-track>track</a>;
+  readonly attribute DOMString <a href=#dom-timedtrackcue-id title=dom-TimedTrackCue-id>id</a>;
 
-  readonly attribute float <span title=dom-TimedTrackCue-startTime>startTime</span>;
-  readonly attribute float <span title=dom-TimedTrackCue-endTime>endTime</span>;
-  readonly attribute boolean <span title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</span>;
+  readonly attribute float <a href=#dom-timedtrackcue-starttime title=dom-TimedTrackCue-startTime>startTime</a>;
+  readonly attribute float <a href=#dom-timedtrackcue-endtime title=dom-TimedTrackCue-endTime>endTime</a>;
+  readonly attribute boolean <a href=#dom-timedtrackcue-pauseonexit title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</a>;
 
-  readonly attribute DOMString <span title=dom-TimedTrackCue-direction>direction</span>;
-  readonly attribute boolean <span title=dom-TimedTrackCue-snapToLines>snapToLines</span>;
-  readonly attribute long <span title=dom-TimedTrackCue-linePosition>linePosition</span>;
-  readonly attribute long <span title=dom-TimedTrackCue-textPosition>textPosition</span>;
-  readonly attribute long <span title=dom-TimedTrackCue-size>size</span>;
-  readonly attribute DOMString <span title=dom-TimedTrackCue-alignment>alignment</span>;
+  readonly attribute DOMString <a href=#dom-timedtrackcue-direction title=dom-TimedTrackCue-direction>direction</a>;
+  readonly attribute boolean <a href=#dom-timedtrackcue-snaptolines title=dom-TimedTrackCue-snapToLines>snapToLines</a>;
+  readonly attribute long <a href=#dom-timedtrackcue-lineposition title=dom-TimedTrackCue-linePosition>linePosition</a>;
+  readonly attribute long <a href=#dom-timedtrackcue-textposition title=dom-TimedTrackCue-textPosition>textPosition</a>;
+  readonly attribute long <a href=#dom-timedtrackcue-size title=dom-TimedTrackCue-size>size</a>;
+  readonly attribute DOMString <a href=#dom-timedtrackcue-alignment title=dom-TimedTrackCue-alignment>alignment</a>;
 
-  readonly attribute DOMString <span title=dom-TimedTrackCue-voice>voice</span>;
-  DOMString <span title=dom-TimedTrackCue-getCueAsSource()>getCueAsSource</span>();
-  <a href=#documentfragment>DocumentFragment</a> <span title=dom-TimedTrackCue-getCueAsHTML()>getCueAsHTML</span>();
+  readonly attribute DOMString <a href=#dom-timedtrackcue-voice title=dom-TimedTrackCue-voice>voice</a>;
+  DOMString <a href=#dom-timedtrackcue-getcueassource() title=dom-TimedTrackCue-getCueAsSource()>getCueAsSource</a>();
+  <a href=#documentfragment>DocumentFragment</a> <a href=#dom-timedtrackcue-getcueashtml() title=dom-TimedTrackCue-getCueAsHTML()>getCueAsHTML</a>();
 
   readonly attribute <a href=#function>Function</a> <a href=#handler-timedtrackcue-onenter title=handler-TimedTrackCue-onenter>onenter</a>;
   readonly attribute <a href=#function>Function</a> <a href=#handler-timedtrackcue-onexit title=handler-TimedTrackCue-onexit>onexit</a>;
@@ -27093,34 +27093,34 @@
     <p>The <var title="">pauseOnExit</var> argument sets the <a href=#timed-track-cue-pause-on-exit-flag>timed track cue pause-on-exit flag</a>. If omitted, false is assumed.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-track>track</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-track title=dom-TimedTrackCue-track>track</a></dt>
    <dd>
     <p>Returns the <code><a href=#timedtrack>TimedTrack</a></code> object to which this
     <a href=#timed-track-cue>timed track cue</a> belongs, if any, or null
     otherwise.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-id>id</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-id title=dom-TimedTrackCue-id>id</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-identifier>timed track cue identifier</a>.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-startTime>startTime</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-starttime title=dom-TimedTrackCue-startTime>startTime</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-start-time>timed track cue start time</a>, in seconds.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-endTime>endTime</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-endtime title=dom-TimedTrackCue-endTime>endTime</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-end-time>timed track cue end time</a>, in seconds.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-pauseonexit title=dom-TimedTrackCue-pauseOnExit>pauseOnExit</a></dt>
    <dd>
     <p>Returns true if the <a href=#timed-track-cue-pause-on-exit-flag>timed track cue pause-on-exit flag</a> is set, false otherwise.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-direction>direction</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-direction title=dom-TimedTrackCue-direction>direction</a></dt>
    <dd>
     <p>Returns a string representing the <a href=#timed-track-cue-writing-direction>timed track cue writing direction</a>, as follows:</p>
     <dl class=switch><dt>If it is <a href=#timed-track-cue-horizontal-writing-direction title="timed track cue horizontal writing direction">horizontal</a></dt>
@@ -27131,29 +27131,29 @@
      <dd><p>The string "<code title="">vertical-lr</code>".</dd>
     </dl></dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-snapToLines>snapToLines</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-snaptolines title=dom-TimedTrackCue-snapToLines>snapToLines</a></dt>
    <dd>
     <p>Returns true if the <a href=#timed-track-cue-snap-to-lines-flag>timed track cue snap-to-lines flag</a> is set, false otherwise.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-linePosition>linePosition</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-lineposition title=dom-TimedTrackCue-linePosition>linePosition</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-line-position>timed track cue line position</a>. In the
     case of the value being <a href=#timed-track-cue-automatic-line-position title="timed track cue automatic
     line position">auto</a>, the appropriate default is returned.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-textPosition>textPosition</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-textposition title=dom-TimedTrackCue-textPosition>textPosition</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-text-position>timed track cue text position</a>.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-size>size</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-size title=dom-TimedTrackCue-size>size</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-size>timed track cue size</a>.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-alignment>alignment</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-alignment title=dom-TimedTrackCue-alignment>alignment</a></dt>
    <dd>
     <p>Returns a string representing the <a href=#timed-track-cue-alignment>timed track cue alignment</a>, as follows:</p>
     <dl class=switch><dt>If it is <a href=#timed-track-cue-start-alignment title="timed track cue start alignment">start alignment</a></dt>
@@ -27164,7 +27164,7 @@
      <dd><p>The string "<code title="">end</code>".</dd>
     </dl></dd>
 
-   <dt><var title="">cue</var> . <span title=dom-TimedTrackCue-voice>voice</span></dt>
+   <dt><var title="">cue</var> . <a href=#dom-timedtrackcue-voice title=dom-TimedTrackCue-voice>voice</a></dt>
    <dd>
     <p>Returns the <a href=#timed-track-cue-voice-identifier>timed track cue voice identifier</a>.</p>
    </dd>
@@ -27248,29 +27248,78 @@
    <li><p>Return the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object representing
    <var title="">cue</var>.</li>
 
-  </ol><!-- XXX
+  </ol><p>The <dfn id=dom-timedtrackcue-track title=dom-TimedTrackCue-track><code>track</code></dfn>
+  attribute must return the <code><a href=#timedtrack>TimedTrack</a></code> object of the
+  <a href=#timed-track>timed track</a> with which the <a href=#timed-track-cue>timed track cue</a>
+  that the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents is associated,
+  if any; or null otherwise.</p>
 
-  <dfn title="dom-TimedTrackCue-track"><code>track</code></dfn>
-  <dfn title="dom-TimedTrackCue-id"><code>id</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-id title=dom-TimedTrackCue-id><code>id</code></dfn>
+  attribute must return the <a href=#timed-track-cue-identifier>timed track cue identifier</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents.</p>
 
-  <dfn title="dom-TimedTrackCue-startTime"><code>startTime</code></dfn>
-  <dfn title="dom-TimedTrackCue-endTime"><code>endTime</code></dfn>
-  <dfn title="dom-TimedTrackCue-pauseOnExit"><code>pauseOnExit</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-starttime title=dom-TimedTrackCue-startTime><code>startTime</code></dfn>
+  attribute must return the <a href=#timed-track-cue-start-time>timed track cue start time</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents, in seconds.</p>
 
-  <dfn title="dom-TimedTrackCue-direction"><code>direction</code></dfn>
-  <dfn title="dom-TimedTrackCue-snapToLines"><code>snapToLines</code></dfn>
-  <dfn title="dom-TimedTrackCue-linePosition"><code>linePosition</code></dfn>
-  <dfn title="dom-TimedTrackCue-textPosition"><code>textPosition</code></dfn>
-  <dfn title="dom-TimedTrackCue-size"><code>size</code></dfn>
-  <dfn title="dom-TimedTrackCue-alignment"><code>alignment</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-endtime title=dom-TimedTrackCue-endTime><code>endTime</code></dfn>
+  attribute must return the <a href=#timed-track-cue-end-time>timed track cue end time</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents, in seconds.</p>
 
-  <dfn title="dom-TimedTrackCue-voice"><code>voice</code></dfn>
-  <dfn title="dom-TimedTrackCue-getCueAsSource()"><code>getCueAsSource()</code></dfn>
-  <dfn title="dom-TimedTrackCue-getCueAsHTML()"><code>getCueAsHTML()</code></dfn>
+  <p>The <dfn id=dom-timedtrackcue-pauseonexit title=dom-TimedTrackCue-pauseOnExit><code>pauseOnExit</code></dfn>
+  attribute must return true if the <a href=#timed-track-cue-pause-on-exit-flag>timed track cue
+  pause-on-exit flag</a> of the <a href=#timed-track-cue>timed track cue</a> that
+  the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents is set; or false
+  otherwise.</p>
 
---></div>
+  <p>The <dfn id=dom-timedtrackcue-direction title=dom-TimedTrackCue-direction><code>direction</code></dfn>
+  attribute must return the <a href=#timed-track-cue-writing-direction>timed track cue writing
+  direction</a> of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents.</p>
 
+  <p>The <dfn id=dom-timedtrackcue-snaptolines title=dom-TimedTrackCue-snapToLines><code>snapToLines</code></dfn>
+  attribute must return true if the <a href=#timed-track-cue-snap-to-lines-flag>timed track cue
+  snap-to-lines flag</a> of the <a href=#timed-track-cue>timed track cue</a> that
+  the <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents is set; or false
+  otherwise.</p>
 
+  <p>The <dfn id=dom-timedtrackcue-lineposition title=dom-TimedTrackCue-linePosition><code>linePosition</code></dfn>
+  attribute must return the <a href=#timed-track-cue-line-position>timed track cue line position</a>
+  of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents. <span class=XXX>...auto case...</span></p>
+
+  <p>The <dfn id=dom-timedtrackcue-textposition title=dom-TimedTrackCue-textPosition><code>textPosition</code></dfn>
+  attribute must return the <a href=#timed-track-cue-text-position>timed track cue text position</a>
+  of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents.</p>
+
+  <p>The <dfn id=dom-timedtrackcue-size title=dom-TimedTrackCue-size><code>size</code></dfn>
+  attribute must return the <a href=#timed-track-cue-size>timed track cue size</a> of the
+  <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents.</p>
+
+  <p>The <dfn id=dom-timedtrackcue-alignment title=dom-TimedTrackCue-alignment><code>alignment</code></dfn>
+  attribute must return the <a href=#timed-track-cue-alignment>timed track cue alignment</a> of
+  the <a href=#timed-track-cue>timed track cue</a> that the <code><a href=#timedtrackcue>TimedTrackCue</a></code>
+  object represents.</p>
+
+  <p>The <dfn id=dom-timedtrackcue-voice title=dom-TimedTrackCue-voice><code>voice</code></dfn>
+  attribute must return the <a href=#timed-track-cue-voice-identifier>timed track cue voice
+  identifier</a> of the <a href=#timed-track-cue>timed track cue</a> that the
+  <code><a href=#timedtrackcue>TimedTrackCue</a></code> object represents.</p>
+
+  <p class=XXX>The <dfn id=dom-timedtrackcue-getcueassource() title=dom-TimedTrackCue-getCueAsSource()><code>getCueAsSource()</code></dfn>
+  method must...</p>
+
+  <p class=XXX>The <dfn id=dom-timedtrackcue-getcueashtml() title=dom-TimedTrackCue-getCueAsHTML()><code>getCueAsHTML()</code></dfn>
+  method must...</p>
+
+  </div>
+
+
   <div class=impl>
 
   <h6 id=cue-events><span class=secno>4.8.10.10.6 </span>Event definitions</h6>

Modified: source
===================================================================
--- source	2010-07-08 21:27:39 UTC (rev 5143)
+++ source	2010-07-08 22:03:19 UTC (rev 5144)
@@ -29629,28 +29629,86 @@
 
   </ol>
 
-<!-- XXX
+  <p>The <dfn title="dom-TimedTrackCue-track"><code>track</code></dfn>
+  attribute must return the <code>TimedTrack</code> object of the
+  <span>timed track</span> with which the <span>timed track cue</span>
+  that the <code>TimedTrackCue</code> object represents is associated,
+  if any; or null otherwise.</p>
 
-  <dfn title="dom-TimedTrackCue-track"><code>track</code></dfn>
-  <dfn title="dom-TimedTrackCue-id"><code>id</code></dfn>
+  <p>The <dfn title="dom-TimedTrackCue-id"><code>id</code></dfn>
+  attribute must return the <span>timed track cue identifier</span> of
+  the <span>timed track cue</span> that the <code>TimedTrackCue</code>
+  object represents.</p>
 
-  <dfn title="dom-TimedTrackCue-startTime"><code>startTime</code></dfn>
-  <dfn title="dom-TimedTrackCue-endTime"><code>endTime</code></dfn>
-  <dfn title="dom-TimedTrackCue-pauseOnExit"><code>pauseOnExit</code></dfn>
+  <p>The <dfn
+  title="dom-TimedTrackCue-startTime"><code>startTime</code></dfn>
+  attribute must return the <span>timed track cue start time</span> of
+  the <span>timed track cue</span> that the <code>TimedTrackCue</code>
+  object represents, in seconds.</p>
 
-  <dfn title="dom-TimedTrackCue-direction"><code>direction</code></dfn>
-  <dfn title="dom-TimedTrackCue-snapToLines"><code>snapToLines</code></dfn>
-  <dfn title="dom-TimedTrackCue-linePosition"><code>linePosition</code></dfn>
-  <dfn title="dom-TimedTrackCue-textPosition"><code>textPosition</code></dfn>
-  <dfn title="dom-TimedTrackCue-size"><code>size</code></dfn>
-  <dfn title="dom-TimedTrackCue-alignment"><code>alignment</code></dfn>
+  <p>The <dfn
+  title="dom-TimedTrackCue-endTime"><code>endTime</code></dfn>
+  attribute must return the <span>timed track cue end time</span> of
+  the <span>timed track cue</span> that the <code>TimedTrackCue</code>
+  object represents, in seconds.</p>
 
-  <dfn title="dom-TimedTrackCue-voice"><code>voice</code></dfn>
-  <dfn title="dom-TimedTrackCue-getCueAsSource()"><code>getCueAsSource()</code></dfn>
-  <dfn title="dom-TimedTrackCue-getCueAsHTML()"><code>getCueAsHTML()</code></dfn>
+  <p>The <dfn
+  title="dom-TimedTrackCue-pauseOnExit"><code>pauseOnExit</code></dfn>
+  attribute must return true if the <span>timed track cue
+  pause-on-exit flag</span> of the <span>timed track cue</span> that
+  the <code>TimedTrackCue</code> object represents is set; or false
+  otherwise.</p>
 
--->
+  <p>The <dfn
+  title="dom-TimedTrackCue-direction"><code>direction</code></dfn>
+  attribute must return the <span>timed track cue writing
+  direction</span> of the <span>timed track cue</span> that the
+  <code>TimedTrackCue</code> object represents.</p>
 
+  <p>The <dfn
+  title="dom-TimedTrackCue-snapToLines"><code>snapToLines</code></dfn>
+  attribute must return true if the <span>timed track cue
+  snap-to-lines flag</span> of the <span>timed track cue</span> that
+  the <code>TimedTrackCue</code> object represents is set; or false
+  otherwise.</p>
+
+  <p>The <dfn
+  title="dom-TimedTrackCue-linePosition"><code>linePosition</code></dfn>
+  attribute must return the <span>timed track cue line position</span>
+  of the <span>timed track cue</span> that the
+  <code>TimedTrackCue</code> object represents. <span
+  class="XXX">...auto case...</span></p>
+
+  <p>The <dfn
+  title="dom-TimedTrackCue-textPosition"><code>textPosition</code></dfn>
+  attribute must return the <span>timed track cue text position</span>
+  of the <span>timed track cue</span> that the
+  <code>TimedTrackCue</code> object represents.</p>
+
+  <p>The <dfn title="dom-TimedTrackCue-size"><code>size</code></dfn>
+  attribute must return the <span>timed track cue size</span> of the
+  <span>timed track cue</span> that the <code>TimedTrackCue</code>
+  object represents.</p>
+
+  <p>The <dfn
+  title="dom-TimedTrackCue-alignment"><code>alignment</code></dfn>
+  attribute must return the <span>timed track cue alignment</span> of
+  the <span>timed track cue</span> that the <code>TimedTrackCue</code>
+  object represents.</p>
+
+  <p>The <dfn title="dom-TimedTrackCue-voice"><code>voice</code></dfn>
+  attribute must return the <span>timed track cue voice
+  identifier</span> of the <span>timed track cue</span> that the
+  <code>TimedTrackCue</code> object represents.</p>
+
+  <p class="XXX">The <dfn
+  title="dom-TimedTrackCue-getCueAsSource()"><code>getCueAsSource()</code></dfn>
+  method must...</p>
+
+  <p class="XXX">The <dfn
+  title="dom-TimedTrackCue-getCueAsHTML()"><code>getCueAsHTML()</code></dfn>
+  method must...</p>
+
   </div>
 
 




More information about the Commit-Watchers mailing list