- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Jul 2008 23:59:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18920
Modified Files:
Overview.html
Log Message:
Clarify that 'pixelratio' doesn't affect later <source> elements; clarify that load() doesn't wait for earlier invocations to abort. (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj) (whatwg r1854)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -d -r1.1042 -r1.1043
--- Overview.html 8 Jul 2008 23:22:42 -0000 1.1042
+++ Overview.html 8 Jul 2008 23:59:47 -0000 1.1043
@@ -17647,7 +17647,8 @@
attribute, and the result of applying the <a href="#rules1">rules for
parsing floating point number values</a> to the value of that attribute
is not an error, then let the <var title="">chosen resource's pixel
- ratio override</var> be that result.
+ ratio override</var> be that result; otherwise, reset it back to
+ <i>none</i>.
<li>
<p>If either:</p>
@@ -17789,7 +17790,9 @@
<li>
<p>Any already-running instance of this algorithm for this element must
be aborted. If those method calls have not yet returned, they must
- finish the step they are on, and then immediately return.
+ finish the step they are on, and then immediately return. This is not
+ blocking; this algorithm must not wait for the earlier instances to
+ abort before continuing.
<li>
<p>If the element's <a href="#begun">begun flag</a> is true, then the <a
Received on Wednesday, 9 July 2008 00:00:25 UTC