Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gow] (2) Clarify that 'pixelratio' doesn't affect later <source> ele…
…ments; clarify that load() doesn't wait for earlier invocations to abort. (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj)

git-svn-id: http://svn.whatwg.org/webapps@1854 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 8, 2008
1 parent cffb6d7 commit b60a108
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions index
Expand Up @@ -17543,7 +17543,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
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>
Expand Down Expand Up @@ -17685,7 +17686,9 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<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
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -15294,7 +15294,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
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>

Expand Down Expand Up @@ -15439,7 +15440,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<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
Expand Down

0 comments on commit b60a108

Please sign in to comment.