[html5] r5718 - [] (0) Poor phrasing unintentionally limited this attribute's scope.

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 10 13:52:00 PST 2010


Author: ianh
Date: 2010-12-10 13:51:56 -0800 (Fri, 10 Dec 2010)
New Revision: 5718

Modified:
   complete.html
   index
   source
Log:
[] (0) Poor phrasing unintentionally limited this attribute's scope.

Modified: complete.html
===================================================================
--- complete.html	2010-12-09 20:12:39 UTC (rev 5717)
+++ complete.html	2010-12-10 21:51:56 UTC (rev 5718)
@@ -221,7 +221,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 December 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 10 December 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -26766,14 +26766,15 @@
 
     <p>If the <a href=#autoplaying-flag>autoplaying flag</a> is true, and the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is true, and the
     <a href=#media-element>media element</a> has an <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute specified,
-    and the <a href=#media-element>media element</a> is in a <code><a href=#document>Document</a></code>
-    whose <a href=#browsing-context>browsing context</a> did not have the
-    <a href=#sandboxed-automatic-features-browsing-context-flag>sandboxed automatic features browsing context flag</a>
-    set when the <code><a href=#document>Document</a></code> was created, then the user
-    agent may also set the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute to false,
+    and the <a href=#media-element>media element</a>'s <code><a href=#document>Document</a></code>'s
+    <a href=#browsing-context>browsing context</a> did not have the <a href=#sandboxed-automatic-features-browsing-context-flag>sandboxed
+    automatic features browsing context flag</a> set when the
+    <code><a href=#document>Document</a></code> was created, then the user agent may also
+    set the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute to
+    false, <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
+    event</a> named <code title=event-media-play><a href=#event-media-play>play</a></code>, and
     <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a>
-    named <code title=event-media-play><a href=#event-media-play>play</a></code>, and <a href=#queue-a-task>queue
-    a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+    named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
 
     <p class=note>User agents are not required to autoplay, and it
     is suggested that user agents honor user preferences on the

Modified: index
===================================================================
--- index	2010-12-09 20:12:39 UTC (rev 5717)
+++ index	2010-12-10 21:51:56 UTC (rev 5718)
@@ -225,7 +225,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 December 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 10 December 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -26747,14 +26747,15 @@
 
     <p>If the <a href=#autoplaying-flag>autoplaying flag</a> is true, and the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is true, and the
     <a href=#media-element>media element</a> has an <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute specified,
-    and the <a href=#media-element>media element</a> is in a <code><a href=#document>Document</a></code>
-    whose <a href=#browsing-context>browsing context</a> did not have the
-    <a href=#sandboxed-automatic-features-browsing-context-flag>sandboxed automatic features browsing context flag</a>
-    set when the <code><a href=#document>Document</a></code> was created, then the user
-    agent may also set the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute to false,
+    and the <a href=#media-element>media element</a>'s <code><a href=#document>Document</a></code>'s
+    <a href=#browsing-context>browsing context</a> did not have the <a href=#sandboxed-automatic-features-browsing-context-flag>sandboxed
+    automatic features browsing context flag</a> set when the
+    <code><a href=#document>Document</a></code> was created, then the user agent may also
+    set the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute to
+    false, <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
+    event</a> named <code title=event-media-play><a href=#event-media-play>play</a></code>, and
     <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a>
-    named <code title=event-media-play><a href=#event-media-play>play</a></code>, and <a href=#queue-a-task>queue
-    a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+    named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
 
     <p class=note>User agents are not required to autoplay, and it
     is suggested that user agents honor user preferences on the

Modified: source
===================================================================
--- source	2010-12-09 20:12:39 UTC (rev 5717)
+++ source	2010-12-10 21:51:56 UTC (rev 5718)
@@ -29010,16 +29010,15 @@
     title="dom-media-paused">paused</code> attribute is true, and the
     <span>media element</span> has an <code
     title="attr-media-autoplay">autoplay</code> attribute specified,
-    and the <span>media element</span> is in a <code>Document</code>
-    whose <span>browsing context</span> did not have the
-    <span>sandboxed automatic features browsing context flag</span>
-    set when the <code>Document</code> was created, then the user
-    agent may also set the <code
-    title="dom-media-paused">paused</code> attribute to false,
+    and the <span>media element</span>'s <code>Document</code>'s
+    <span>browsing context</span> did not have the <span>sandboxed
+    automatic features browsing context flag</span> set when the
+    <code>Document</code> was created, then the user agent may also
+    set the <code title="dom-media-paused">paused</code> attribute to
+    false, <span>queue a task</span> to <span>fire a simple
+    event</span> named <code title="event-media-play">play</code>, and
     <span>queue a task</span> to <span>fire a simple event</span>
-    named <code title="event-media-play">play</code>, and <span>queue
-    a task</span> to <span>fire a simple event</span> named <code
-    title="event-media-playing">playing</code>.</p>
+    named <code title="event-media-playing">playing</code>.</p>
 
     <p class="note">User agents are not required to autoplay, and it
     is suggested that user agents honor user preferences on the




More information about the Commit-Watchers mailing list