html5/spec spec.html,1.1350,1.1351 video.html,1.904,1.905

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

Modified Files:
	spec.html video.html 
Log Message:
Poor phrasing unintentionally limited this attribute's scope. (whatwg r5718)

[updated by splitter]


Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.904
retrieving revision 1.905
diff -u -d -r1.904 -r1.905
--- video.html	5 Dec 2010 09:44:16 -0000	1.904
+++ video.html	10 Dec 2010 22:46:46 -0000	1.905
@@ -2641,14 +2641,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="infrastructure.html#document">Document</a></code>
-    whose <a href="browsers.html#browsing-context">browsing context</a> did not have the
-    <a href="the-iframe-element.html#sandboxed-automatic-features-browsing-context-flag">sandboxed automatic features browsing context flag</a>
-    set when the <code><a href="infrastructure.html#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="infrastructure.html#document">Document</a></code>'s
+    <a href="browsers.html#browsing-context">browsing context</a> did not have the <a href="the-iframe-element.html#sandboxed-automatic-features-browsing-context-flag">sandboxed
+    automatic features browsing context flag</a> set when the
+    <code><a href="infrastructure.html#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="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#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="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#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="webappapis.html#queue-a-task">queue
-    a task</a> to <a href="webappapis.html#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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1350
retrieving revision 1.1351
diff -u -d -r1.1350 -r1.1351
--- spec.html	8 Dec 2010 22:46:39 -0000	1.1350
+++ spec.html	10 Dec 2010 22:46:46 -0000	1.1351
@@ -385,7 +385,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.4581.
+This is revision 1.4582.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 10 December 2010 22:46:50 UTC