spec/Overview.html 1.1043 1854 Clarify that 'pixelratio' doesn't affect

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) (changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1043.html#load
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1043.html#pick-a

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#load
  http://dev.w3.org/html5/spec/Overview.html#pick-a

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#load
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pick-a

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1042&r2=1.1043&f=h

http://html5.org/tools/web-apps-tracker?from=1853&to=1854

===================================================================
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:03:05 UTC