[html5] r6930 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jan 28 14:02:26 PST 2012
Author: ianh
Date: 2012-01-28 14:02:25 -0800 (Sat, 28 Jan 2012)
New Revision: 6930
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15208
Affected topics: Video and Audio, WebSocket API
Modified: complete.html
===================================================================
--- complete.html 2012-01-28 22:00:18 UTC (rev 6929)
+++ complete.html 2012-01-28 22:02:25 UTC (rev 6930)
@@ -30217,7 +30217,7 @@
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>
@@ -77981,7 +77981,7 @@
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>
@@ -78002,7 +78002,7 @@
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
@@ -78025,7 +78025,7 @@
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.
Modified: index
===================================================================
--- index 2012-01-28 22:00:18 UTC (rev 6929)
+++ index 2012-01-28 22:02:25 UTC (rev 6930)
@@ -30217,7 +30217,7 @@
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>
@@ -77981,7 +77981,7 @@
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>
@@ -78002,7 +78002,7 @@
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
@@ -78025,7 +78025,7 @@
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.
Modified: source
===================================================================
--- source 2012-01-28 22:00:18 UTC (rev 6929)
+++ source 2012-01-28 22:02:25 UTC (rev 6930)
@@ -32925,7 +32925,7 @@
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>
@@ -90440,7 +90440,7 @@
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
@@ -90465,7 +90465,7 @@
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,
@@ -90492,7 +90492,7 @@
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>
More information about the Commit-Watchers
mailing list