Skip to content

Commit

Permalink
[e] (0) let's be precise here
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9180

git-svn-id: http://svn.whatwg.org/webapps@4921 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2010
1 parent f85d9c9 commit 021d064
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -24929,11 +24929,13 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.9.8 </span>Playing the m
current playback position.)</p>

<p class=note>The event thus is not to be fired faster than about
66Hz or slower than 4Hz. User agents are encouraged to vary the
66Hz or slower than 4Hz (assuming the event handlers don't take
longer than 250ms to run). User agents are encouraged to vary the
frequency of the event based on the system load and the average
cost of processing the event each time, so that the UI updates are
not any more frequent than the user agent can comfortably handle
while decoding the video.</li>

<!--v2CUERANGE [beware - - nested comments]
<li><p>If none of the <span title="cue range">cue ranges</span> in
<var title="">current ranges</var> have their "active" boolean set
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -24830,11 +24830,13 @@ interface <dfn>CueRangeCallback</dfn> {
current playback position.)</p>

<p class=note>The event thus is not to be fired faster than about
66Hz or slower than 4Hz. User agents are encouraged to vary the
66Hz or slower than 4Hz (assuming the event handlers don't take
longer than 250ms to run). User agents are encouraged to vary the
frequency of the event based on the system load and the average
cost of processing the event each time, so that the UI updates are
not any more frequent than the user agent can comfortably handle
while decoding the video.</li>

<!--v2CUERANGE [beware - - nested comments]
<li><p>If none of the <span title="cue range">cue ranges</span> in
<var title="">current ranges</var> have their "active" boolean set
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -26872,11 +26872,13 @@ interface <dfn>CueRangeCallback</dfn> {
current playback position.)</p>

<p class="note">The event thus is not to be fired faster than about
66Hz or slower than 4Hz. User agents are encouraged to vary the
66Hz or slower than 4Hz (assuming the event handlers don't take
longer than 250ms to run). User agents are encouraged to vary the
frequency of the event based on the system load and the average
cost of processing the event each time, so that the UI updates are
not any more frequent than the user agent can comfortably handle
while decoding the video.</p></li>

<!--v2CUERANGE [beware - - nested comments]
<li><p>If none of the <span title="cue range">cue ranges</span> in
<var title="">current ranges</var> have their "active" boolean set
Expand Down

0 comments on commit 021d064

Please sign in to comment.