[html5] r1854 - [gow] (2) Clarify that 'pixelratio' doesn't affect later <source> elements; clar [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 8 16:59:44 PDT 2008


Author: ianh
Date: 2008-07-08 16:59:43 -0700 (Tue, 08 Jul 2008)
New Revision: 1854

Modified:
   index
   source
Log:
[gow] (2) 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)

Modified: index
===================================================================
--- index	2008-07-08 23:22:08 UTC (rev 1853)
+++ index	2008-07-08 23:59:43 UTC (rev 1854)
@@ -17543,7 +17543,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>
@@ -17685,7 +17686,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

Modified: source
===================================================================
--- source	2008-07-08 23:22:08 UTC (rev 1853)
+++ source	2008-07-08 23:59:43 UTC (rev 1854)
@@ -15294,7 +15294,8 @@
    and the result of applying the <span>rules for parsing floating
    point number values</span> 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.</p></li>
+   override</var> be that result; otherwise, reset it back to
+   <i>none</i>.</p></li>
 
    <li>
 
@@ -15439,7 +15440,8 @@
    <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.</p></li>
+   immediately return. This is not blocking; this algorithm must not
+   wait for the earlier instances to abort before continuing.</p></li>
 
    <li><p>If the element's <span>begun flag</span> is true, then the
    <span>begun flag</span> must be set to false, the <code




More information about the Commit-Watchers mailing list