Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15208
Affected topics: Video and Audio, WebSocket API

git-svn-id: http://svn.whatwg.org/webapps@6930 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 28, 2012
1 parent 3332bf6 commit e4b816e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -30217,7 +30217,7 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.10.8 </span>Playing the
pause-on-exit flag</a> set and that either have their
<a href=#text-track-cue-active-flag>text track cue active flag</a> set or are also in <var title="">missed cues</var>, then immediately <a href=#dom-media-pause title=dom-media-pause>pause</a> the <a href=#media-element>media
element</a>. <!-- "pause" can in theory call load(), but never
can it do so as part of this invokation, since we wouldn't be in
can it do so as part of this invocation, since we wouldn't be in
this algorithm if the media element was empty. So, no need to
couch all this in a task. --></p>

Expand Down Expand Up @@ -77981,7 +77981,7 @@ <h4 id=the-websocket-interface><span class=secno>10.3.2 </span>The <code><a href
frame opcode; if the data cannot be sent, e.g. because it would
need to be buffered but the buffer is full, the user agent must
<i><a href=#close-the-websocket-connection>close the WebSocket connection</a></i> <a href=#concept-websocket-close-fail title=concept-websocket-close-fail>with prejudice</a>. Any
invokation of this method with a string argument that does not
invocation of this method with a string argument that does not
throw an exception must increase the <code title=dom-WebSocket-bufferedAmount><a href=#dom-websocket-bufferedamount>bufferedAmount</a></code>
attribute by the number of bytes needed to express the argument as
UTF-8. <a href=#refsRFC3629>[RFC3629]</a> <a href=#refsWSP>[WSP]</a></p>
Expand All @@ -78002,7 +78002,7 @@ <h4 id=the-websocket-interface><span class=secno>10.3.2 </span>The <code><a href
prejudice</a>. The data to be sent is the raw data represented
by the <code><a href=#blob>Blob</a></code> object. <!-- that sentence is meant to
invoke "This interface represents immutable raw data." --> Any
invokation of this method with a <code><a href=#blob>Blob</a></code> argument that
invocation of this method with a <code><a href=#blob>Blob</a></code> argument that
does not throw an exception must increase the <code title=dom-WebSocket-bufferedAmount><a href=#dom-websocket-bufferedamount>bufferedAmount</a></code>
attribute by the size of the <code><a href=#blob>Blob</a></code> object's raw data,
in bytes. <!-- that sentence is meant to invoke the same as
Expand All @@ -78025,7 +78025,7 @@ <h4 id=the-websocket-interface><span class=secno>10.3.2 </span>The <code><a href
buffer described by the <code><a href=#arraybuffer>ArrayBuffer</a></code> object. <!-- that
sentence is meant to invoke "The ArrayBuffer type describes a
buffer used to store data for the array buffer views." at the top
of the Typed Array spec --> Any invokation of this method with an
of the Typed Array spec --> Any invocation of this method with an
<code><a href=#arraybuffer>ArrayBuffer</a></code> argument that does not throw an exception
must increase the <code title=dom-WebSocket-bufferedAmount><a href=#dom-websocket-bufferedamount>bufferedAmount</a></code>
attribute by the length of the <code><a href=#arraybuffer>ArrayBuffer</a></code> in bytes.
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -30217,7 +30217,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
pause-on-exit flag</a> set and that either have their
<a href=#text-track-cue-active-flag>text track cue active flag</a> set or are also in <var title="">missed cues</var>, then immediately <a href=#dom-media-pause title=dom-media-pause>pause</a> the <a href=#media-element>media
element</a>. <!-- "pause" can in theory call load(), but never
can it do so as part of this invokation, since we wouldn't be in
can it do so as part of this invocation, since we wouldn't be in
this algorithm if the media element was empty. So, no need to
couch all this in a task. --></p>

Expand Down Expand Up @@ -77981,7 +77981,7 @@ socket.onopen = function () {
frame opcode; if the data cannot be sent, e.g. because it would
need to be buffered but the buffer is full, the user agent must
<i><a href=#close-the-websocket-connection>close the WebSocket connection</a></i> <a href=#concept-websocket-close-fail title=concept-websocket-close-fail>with prejudice</a>. Any
invokation of this method with a string argument that does not
invocation of this method with a string argument that does not
throw an exception must increase the <code title=dom-WebSocket-bufferedAmount><a href=#dom-websocket-bufferedamount>bufferedAmount</a></code>
attribute by the number of bytes needed to express the argument as
UTF-8. <a href=#refsRFC3629>[RFC3629]</a> <a href=#refsWSP>[WSP]</a></p>
Expand All @@ -78002,7 +78002,7 @@ socket.onopen = function () {
prejudice</a>. The data to be sent is the raw data represented
by the <code><a href=#blob>Blob</a></code> object. <!-- that sentence is meant to
invoke "This interface represents immutable raw data." --> Any
invokation of this method with a <code><a href=#blob>Blob</a></code> argument that
invocation of this method with a <code><a href=#blob>Blob</a></code> argument that
does not throw an exception must increase the <code title=dom-WebSocket-bufferedAmount><a href=#dom-websocket-bufferedamount>bufferedAmount</a></code>
attribute by the size of the <code><a href=#blob>Blob</a></code> object's raw data,
in bytes. <!-- that sentence is meant to invoke the same as
Expand All @@ -78025,7 +78025,7 @@ socket.onopen = function () {
buffer described by the <code><a href=#arraybuffer>ArrayBuffer</a></code> object. <!-- that
sentence is meant to invoke "The ArrayBuffer type describes a
buffer used to store data for the array buffer views." at the top
of the Typed Array spec --> Any invokation of this method with an
of the Typed Array spec --> Any invocation of this method with an
<code><a href=#arraybuffer>ArrayBuffer</a></code> argument that does not throw an exception
must increase the <code title=dom-WebSocket-bufferedAmount><a href=#dom-websocket-bufferedamount>bufferedAmount</a></code>
attribute by the length of the <code><a href=#arraybuffer>ArrayBuffer</a></code> in bytes.
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -32925,7 +32925,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
title="">missed cues</var>, then immediately <span
title="dom-media-pause">pause</span> the <span>media
element</span>. <!-- "pause" can in theory call load(), but never
can it do so as part of this invokation, since we wouldn't be in
can it do so as part of this invocation, since we wouldn't be in
this algorithm if the media element was empty. So, no need to
couch all this in a task. --></p>

Expand Down Expand Up @@ -90440,7 +90440,7 @@ socket.onopen = function () {
need to be buffered but the buffer is full, the user agent must
<i>close the WebSocket connection</i> <span
title="concept-websocket-close-fail">with prejudice</span>. Any
invokation of this method with a string argument that does not
invocation of this method with a string argument that does not
throw an exception must increase the <code
title="dom-WebSocket-bufferedAmount">bufferedAmount</code>
attribute by the number of bytes needed to express the argument as
Expand All @@ -90465,7 +90465,7 @@ socket.onopen = function () {
prejudice</span>. The data to be sent is the raw data represented
by the <code>Blob</code> object. <!-- that sentence is meant to
invoke "This interface represents immutable raw data." --> Any
invokation of this method with a <code>Blob</code> argument that
invocation of this method with a <code>Blob</code> argument that
does not throw an exception must increase the <code
title="dom-WebSocket-bufferedAmount">bufferedAmount</code>
attribute by the size of the <code>Blob</code> object's raw data,
Expand All @@ -90492,7 +90492,7 @@ socket.onopen = function () {
buffer described by the <code>ArrayBuffer</code> object. <!-- that
sentence is meant to invoke "The ArrayBuffer type describes a
buffer used to store data for the array buffer views." at the top
of the Typed Array spec --> Any invokation of this method with an
of the Typed Array spec --> Any invocation of this method with an
<code>ArrayBuffer</code> argument that does not throw an exception
must increase the <code
title="dom-WebSocket-bufferedAmount">bufferedAmount</code>
Expand Down

0 comments on commit e4b816e

Please sign in to comment.