- From: poot <cvsmail@w3.org>
- Date: Sat, 11 Dec 2010 06:53:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Poor phrasing unintentionally limited this attribute's scope. (whatwg r5718) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4581&r2=1.4582&f=h http://html5.org/tools/web-apps-tracker?from=5717&to=5718 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4581 retrieving revision 1.4582 diff -u -d -r1.4581 -r1.4582 --- Overview.html 8 Dec 2010 22:14:20 -0000 1.4581 +++ Overview.html 10 Dec 2010 21:52:07 -0000 1.4582 @@ -23303,14 +23303,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
Received on Friday, 10 December 2010 21:54:02 UTC