[html5] r1108 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 29 14:00:20 PDT 2007


Author: ianh
Date: 2007-10-29 14:00:19 -0700 (Mon, 29 Oct 2007)
New Revision: 1108

Modified:
   index
   source
Log:
[e] (0) clarify which database we're talking about

Modified: index
===================================================================
--- index	2007-10-27 00:48:28 UTC (rev 1107)
+++ index	2007-10-29 21:00:19 UTC (rev 1108)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 27 October 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 29 October 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -14716,13 +14716,13 @@
    href="#ended">ended playback</a> and <a href="#paused0">paused for user
    interaction</a> at the same time.
 
-  <p>When a <a href="#media5">media element</a> is <a
+  <p id=media-playback>When a <a href="#media5">media element</a> is <a
    href="#actively">actively playing</a> and its <span
-   title=dom-ownerDocument>owner
-   <code>Document</code></span><!-- XXX xref --> is an <a
-   href="#active">active document</a>, its <a href="#current">current
-   playback position</a> must increase monotonically at <code
-   title=dom-media-playbackRate><a
+   title=dom-ownerDocument>owner <code>Document</code></span><!-- XXX
+  xref -->
+   is an <a href="#active">active document</a>, its <a
+   href="#current">current playback position</a> must increase monotonically
+   at <code title=dom-media-playbackRate><a
    href="#playbackrate">playbackRate</a></code> units of media time per unit
    time of wall clock time. If this value is not 1, the user agent may apply
    pitch adjustments to any audio component of the <a href="#media8">media
@@ -14937,6 +14937,11 @@
    paused or because the end of the clip has been reached) may the element be
    <span>garbage collected</span><!-- XXX xref -->.
 
+  <p class=note>If the <a href="#media5">media element</a>'s <code
+   title=dom-ownerDocument>ownerDocument</code> stops being an active
+   document, then the playback will <a href="#media-playback">stop</a> until
+   the document is active again.
+
   <p>The <dfn id=ended0 title=dom-media-ended><code>ended</code></dfn>
    attribute must return true if the <a href="#media5">media element</a> has
    <a href="#ended">ended playback</a>, and false otherwise.
@@ -30679,10 +30684,12 @@
      bogus.
 
    <li>
-    <p>If the <code><a href="#database0">Database</a></code> object has an <a
-     href="#expected" title=concept-database-expected-version>expected
-     version</a> that is neither the empty string nor the actual version of
-     the database, then mark <i>the statement</i> as bogus. (<a href="#x1"
+    <p>If the <code><a href="#database0">Database</a></code> object that the
+     <code><a href="#sqltransaction">SQLTransaction</a></code> object was
+     created from has an <a href="#expected"
+     title=concept-database-expected-version>expected version</a> that is
+     neither the empty string nor the actual version of the database, then
+     mark <i>the statement</i> as bogus. (<a href="#x1"
      title=dom-sqlerror-code-2>Error code 2</a>.)
 
    <li>

Modified: source
===================================================================
--- source	2007-10-27 00:48:28 UTC (rev 1107)
+++ source	2007-10-29 21:00:19 UTC (rev 1108)
@@ -12552,11 +12552,11 @@
   <span>ended playback</span> and <span>paused for user
   interaction</span> at the same time.</p>
 
-  <p>When a <span>media element</span> is <span>actively
-  playing</span> and its <span title="dom-ownerDocument">owner
-  <code>Document</code></span><!-- XXX xref --> is an <span>active
-  document</span>, its <span>current playback position</span> must
-  increase monotonically at <code
+  <p id="media-playback">When a <span>media element</span> is
+  <span>actively playing</span> and its <span
+  title="dom-ownerDocument">owner <code>Document</code></span><!-- XXX
+  xref --> is an <span>active document</span>, its <span>current
+  playback position</span> must increase monotonically at <code
   title="dom-media-playbackRate">playbackRate</code> units of media
   time per unit time of wall clock time. If this value is not 1, the
   user agent may apply pitch adjustments to any audio component of the
@@ -12761,7 +12761,12 @@
   has been reached) may the element be <span>garbage
   collected</span><!-- XXX xref -->.</p>
 
+  <p class="note">If the <span>media element</span>'s <code
+  title="dom-ownerDocument">ownerDocument</code> stops being an active
+  document, then the playback will <a href="#media-playback">stop</a>
+  until the document is active again.</p>
 
+
   <p>The <dfn title="dom-media-ended"><code>ended</code></dfn>
   attribute must return true if the <span>media element</span> has
   <span>ended playback</span>, and false otherwise.</p>
@@ -28246,7 +28251,8 @@
    statement cannot be parsed for some other reason, then mark <i>the
    statement</i> as bogus.</p></li>
 
-   <li><p>If the <code>Database</code> object has an <span
+   <li><p>If the <code>Database</code> object that the
+   <code>SQLTransaction</code> object was created from has an <span
    title="concept-database-expected-version">expected version</span>
    that is neither the empty string nor the actual version of the
    database, then mark <i>the statement</i> as bogus. (<span




More information about the Commit-Watchers mailing list