html5/spec index.html,1.1075,1.1076 spec.html,1.1696,1.1697 the-iframe-element.html,1.122,1.123

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1813

Modified Files:
	index.html spec.html the-iframe-element.html 
Log Message:
incomplete entry in index (whatwg r6617)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- the-iframe-element.html	1 Oct 2011 00:47:05 -0000	1.122
+++ the-iframe-element.html	2 Oct 2011 17:46:25 -0000	1.123
@@ -2599,12 +2599,12 @@
    </th></tr></thead><tbody><tr><td><dfn id="attr-track-kind-keyword-subtitles" title="attr-track-kind-keyword-subtitles"><code>subtitles</code></dfn>
      </td><td><dfn id="attr-track-kind-subtitles" title="attr-track-kind-subtitles">Subtitles</dfn>
      </td><td>
-      Transcription or translation of the dialogue, suitable for when the sound is available but not understood (e.g. because the user does not understand the language of the <a href="#media-resource">media resource</a>'s soundtrack).
+      Transcription or translation of the dialogue, suitable for when the sound is available but not understood (e.g. because the user does not understand the language of the <a href="#media-resource">media resource</a>'s audio track).
       Overlaid on the video.
     </td></tr><tr><td><dfn id="attr-track-kind-keyword-captions" title="attr-track-kind-keyword-captions"><code>captions</code></dfn>
      </td><td><dfn id="attr-track-kind-captions" title="attr-track-kind-captions">Captions</dfn>
      </td><td>
-      Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when the soundtrack is unavailable or not clearly audible (e.g. because it is muted, drowned-out by ambient noise, or because the user is deaf).
+      Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when sound is unavailable or not clearly audible (e.g. because it is muted, drowned-out by ambient noise, or because the user is deaf).
       Overlaid on the video; labeled as appropriate for the hard-of-hearing.
     </td></tr><tr><td><dfn id="attr-track-kind-keyword-descriptions" title="attr-track-kind-keyword-descriptions"><code>descriptions</code></dfn>
      </td><td><dfn id="attr-track-kind-descriptions" title="attr-track-kind-descriptions">Descriptions</dfn>
@@ -2697,7 +2697,7 @@
 
    <pre>&lt;video src="brave.webm"&gt;
  &lt;track kind=subtitles src=brave.en.vtt srclang=en label="English"&gt;
- &lt;track kind=captions src=brave.en.vtt srclang=en label="English for the Hard of Hearing"&gt;
+ &lt;track kind=captions src=brave.en.hoh.vtt srclang=en label="English for the Hard of Hearing"&gt;
  &lt;track kind=subtitles src=brave.fr.vtt srclang=fr lang=fr label="Fran&#231;ais"&gt;
  &lt;track kind=subtitles src=brave.de.vtt srclang=de lang=de label="Deutsch"&gt;
 &lt;/video&gt;</pre>
@@ -7663,12 +7663,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><th> <code title="dom-TextTrackCue-direction"><a href="#dom-texttrackcue-direction">direction</a></code> value
+   </th></tr></thead><tbody><tr><td> <a href="#text-track-cue-horizontal-writing-direction" title="text track cue horizontal writing direction">Horizontal</a>
+         </td><td> "<code title="">horizontal</code>"
+    </td></tr><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><td> "<code title="">vertical</code>"
+    </td></tr><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><td> "<code title="">vertical-lr</code>"
+  </td></tr></tbody></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>

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1075
retrieving revision 1.1076
diff -u -d -r1.1075 -r1.1076
--- index.html	30 Sep 2011 18:46:29 -0000	1.1075
+++ index.html	2 Oct 2011 17:46:24 -0000	1.1076
@@ -1904,7 +1904,7 @@
     </td></tr><tr><th> <code title="">dir</code>
      </th><td> <a href="elements.html#the-dir-attribute" title="attr-dir">HTML elements</a>
      </td><td> <a href="elements.html#the-directionality" title="the directionality">The text directionality</a> of the element
-     </td><td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
+     </td><td> "<code title="attr-dir-ltr"><a href="elements.html#attr-dir-ltr">ltr</a></code>"; "<code title="attr-dir-rtl"><a href="elements.html#attr-dir-rtl">rtl</a></code>"; "<code title="attr-dir-auto"><a href="elements.html#attr-dir-auto">auto</a></code>"
     </td></tr><tr><th> <code title="">dirname</code>
      </th><td> <code title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname">input</a></code>;
           <code title="attr-textarea-dirname"><a href="the-button-element.html#attr-textarea-dirname">textarea</a></code>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1696
retrieving revision 1.1697
diff -u -d -r1.1696 -r1.1697
--- spec.html	2 Oct 2011 07:46:23 -0000	1.1696
+++ spec.html	2 Oct 2011 17:46:24 -0000	1.1697
@@ -350,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5304.
+This is revision 1.5308.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Sunday, 2 October 2011 17:46:33 UTC