[html5] r7332 - [giow] (1) Use the entry script's document instead of the media element's, since [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 11 16:50:18 PDT 2012


Author: ianh
Date: 2012-09-11 16:50:17 -0700 (Tue, 11 Sep 2012)
New Revision: 7332

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Use the entry script's document instead of the media element's, since there's not necessarily a media element.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16884
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2012-09-11 23:40:26 UTC (rev 7331)
+++ complete.html	2012-09-11 23:50:17 UTC (rev 7332)
@@ -35349,11 +35349,11 @@
 
   <p>The <dfn id=dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML><code>getCueAsHTML()</code></dfn>
   method must convert the <a href=#text-track-cue-text>text track cue text</a> to a
-  <code><a href=#documentfragment>DocumentFragment</a></code> for the <a href=#media-element>media element</a>'s
-  <code><a href=#document>Document</a></code>, using the appropriate rules for doing so. For
-  example, for <a href=#webvtt>WebVTT</a>, those rules are the <a href=#webvtt-cue-text-parsing-rules>WebVTT
-  cue text parsing rules</a> and the <a href=#webvtt-cue-text-dom-construction-rules>WebVTT cue text DOM
-  construction rules</a>. <a href=#refsWEBVTT>[WEBVTT]</a></p>
+  <code><a href=#documentfragment>DocumentFragment</a></code> for the <a href="#script's-document">script's document</a>
+  of the <a href=#entry-script>entry script</a>, using the appropriate rules for
+  doing so. For example, for <a href=#webvtt>WebVTT</a>, those rules are the
+  <a href=#webvtt-cue-text-parsing-rules>WebVTT cue text parsing rules</a> and the <a href=#webvtt-cue-text-dom-construction-rules>WebVTT cue
+  text DOM construction rules</a>. <a href=#refsWEBVTT>[WEBVTT]</a></p>
 
   </div>
 

Modified: index
===================================================================
--- index	2012-09-11 23:40:26 UTC (rev 7331)
+++ index	2012-09-11 23:50:17 UTC (rev 7332)
@@ -35349,11 +35349,11 @@
 
   <p>The <dfn id=dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML><code>getCueAsHTML()</code></dfn>
   method must convert the <a href=#text-track-cue-text>text track cue text</a> to a
-  <code><a href=#documentfragment>DocumentFragment</a></code> for the <a href=#media-element>media element</a>'s
-  <code><a href=#document>Document</a></code>, using the appropriate rules for doing so. For
-  example, for <a href=#webvtt>WebVTT</a>, those rules are the <a href=#webvtt-cue-text-parsing-rules>WebVTT
-  cue text parsing rules</a> and the <a href=#webvtt-cue-text-dom-construction-rules>WebVTT cue text DOM
-  construction rules</a>. <a href=#refsWEBVTT>[WEBVTT]</a></p>
+  <code><a href=#documentfragment>DocumentFragment</a></code> for the <a href="#script's-document">script's document</a>
+  of the <a href=#entry-script>entry script</a>, using the appropriate rules for
+  doing so. For example, for <a href=#webvtt>WebVTT</a>, those rules are the
+  <a href=#webvtt-cue-text-parsing-rules>WebVTT cue text parsing rules</a> and the <a href=#webvtt-cue-text-dom-construction-rules>WebVTT cue
+  text DOM construction rules</a>. <a href=#refsWEBVTT>[WEBVTT]</a></p>
 
   </div>
 

Modified: source
===================================================================
--- source	2012-09-11 23:40:26 UTC (rev 7331)
+++ source	2012-09-11 23:50:17 UTC (rev 7332)
@@ -38778,11 +38778,12 @@
   <p>The <dfn
   title="dom-TextTrackCue-getCueAsHTML"><code>getCueAsHTML()</code></dfn>
   method must convert the <span>text track cue text</span> to a
-  <code>DocumentFragment</code> for the <span>media element</span>'s
-  <code>Document</code>, using the appropriate rules for doing so. For
-  example, for <span>WebVTT</span>, those rules are the <span>WebVTT
-  cue text parsing rules</span> and the <span>WebVTT cue text DOM
-  construction rules</span>. <a href="#refsWEBVTT">[WEBVTT]</a></p>
+  <code>DocumentFragment</code> for the <span>script's document</span>
+  of the <span>entry script</span>, using the appropriate rules for
+  doing so. For example, for <span>WebVTT</span>, those rules are the
+  <span>WebVTT cue text parsing rules</span> and the <span>WebVTT cue
+  text DOM construction rules</span>. <a
+  href="#refsWEBVTT">[WEBVTT]</a></p>
 
   </div>
 




More information about the Commit-Watchers mailing list