[html5] r6526 - [e] (0) typos
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 25 15:36:25 PDT 2011
Author: ianh
Date: 2011-08-25 15:36:23 -0700 (Thu, 25 Aug 2011)
New Revision: 6526
Modified:
complete.html
index
source
Log:
[e] (0) typos
Modified: complete.html
===================================================================
--- complete.html 2011-08-25 22:32:11 UTC (rev 6525)
+++ complete.html 2011-08-25 22:36:23 UTC (rev 6526)
@@ -2211,7 +2211,7 @@
such as text comments, values in URL parameters, messages from
third-party sites, etc, it is imperative that the data be
validated before use, and properly escaped when displayed. Failing
- to do this can allow an hostile user to perform a variety of
+ to do this can allow a hostile user to perform a variety of
attacks, ranging from the potentially benign, such as providing
bogus user information like a negative age, to the serious, such
as running scripts every time a user looks at a page that includes
@@ -29500,7 +29500,7 @@
<dd>
- <p>Returns an <code><a href=#videotracklist>VideoTrackList</a></code> object representing
+ <p>Returns a <code><a href=#videotracklist>VideoTrackList</a></code> object representing
the video tracks available in the <a href=#media-resource>media resource</a>.</p>
</dd>
@@ -31587,7 +31587,7 @@
<p>The <dfn id=dom-media-texttracks title=dom-media-textTracks><code>textTracks</code></dfn>
attribute of <a href=#media-element title="media element">media elements</a> must
- return an <a href=#platform-array-objects title="platform array objects">platform array object</a>
+ return a <a href=#platform-array-objects title="platform array objects">platform array object</a>
for objects of type <code><a href=#texttrack>TextTrack</a></code> that is <i>fixed
length</i> and <i>read only</i>. The same object must be returned
each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
@@ -37324,7 +37324,7 @@
attribute's allowed keywords correspond to alignment points in the
font:</p>
- <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300 src=http://images.whatwg.org/baselines.png width=738></p>
+ <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300 src=http://images.whatwg.org/baselines.png width=738></p>
<p>The keywords map to these alignment points as follows:</p>
@@ -60865,7 +60865,7 @@
"<code title="">type</code>" whose value is the <a href=#item-type>item
type</a> of <var title="">item</var>.</li>
- <li><p>If the <var title="">item</var> has an <a href=#global-identifier>global
+ <li><p>If the <var title="">item</var> has a <a href=#global-identifier>global
identifier</a>, add an entry to <var title="">result</var>
called "<code title="">id</code>" whose value is the <a href=#global-identifier>global
identifier</a> of <var title="">item</var>.</li>
@@ -61432,7 +61432,7 @@
<li>
- <p>Append an <code title="">published</code> element in the
+ <p>Append a <code title="">published</code> element in the
<a href=#atom-namespace>Atom namespace</a> to <var title="">E</var> whose
contents is a text node with its data set to <var title="">publication date</var>.</p>
@@ -76625,7 +76625,7 @@
<code><a href=#mediastream>MediaStream</a></code> thus has zero or more tracks.</p>
<hr><p>The <dfn id=dom-mediastream-tracks title=dom-MediaStream-tracks><code>tracks</code></dfn>
- attribute must return an <a href=#platform-array-objects title="platform array objects">platform array
+ attribute must return a <a href=#platform-array-objects title="platform array objects">platform array
object</a> for objects of type <code><a href=#mediastreamtrack>MediaStreamTrack</a></code> that is
<i>fixed length</i> and <i>read only</i>. The same object must be
returned each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
@@ -81528,12 +81528,12 @@
steps.</li>
<li><p>If the method's second argument has any unpaired surrogates,
- then throw an <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort these
+ then throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort these
steps.</li>
<li><p>If the method's second argument is present, then let <var title="">reason</var> be the result of encoding that argument as
UTF-8. If <var title="">reason</var> is longer than 123 bytes, then
- throw an <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort these steps.
+ throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort these steps.
<a href=#refsRFC3629>[RFC3629]</a></li>
<li><p>Run the first matching steps from the following list:</p>
@@ -81683,7 +81683,7 @@
<dd>
<p>If the <var title="">data</var> argument has any unpaired
- surrogates, then raise an <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception. If
+ surrogates, then raise a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception. If
<i><a href=#the-websocket-connection-is-established>the WebSocket connection is established</a></i>, and the string has
no unpaired surrogates, and <i title="the WebSocket closing
handshake is started"><a href=#the-websocket-closing-handshake-is-started>the WebSocket closing handshake has not yet
Modified: index
===================================================================
--- index 2011-08-25 22:32:11 UTC (rev 6525)
+++ index 2011-08-25 22:36:23 UTC (rev 6526)
@@ -2108,7 +2108,7 @@
such as text comments, values in URL parameters, messages from
third-party sites, etc, it is imperative that the data be
validated before use, and properly escaped when displayed. Failing
- to do this can allow an hostile user to perform a variety of
+ to do this can allow a hostile user to perform a variety of
attacks, ranging from the potentially benign, such as providing
bogus user information like a negative age, to the serious, such
as running scripts every time a user looks at a page that includes
@@ -29367,7 +29367,7 @@
<dd>
- <p>Returns an <code><a href=#videotracklist>VideoTrackList</a></code> object representing
+ <p>Returns a <code><a href=#videotracklist>VideoTrackList</a></code> object representing
the video tracks available in the <a href=#media-resource>media resource</a>.</p>
</dd>
@@ -31454,7 +31454,7 @@
<p>The <dfn id=dom-media-texttracks title=dom-media-textTracks><code>textTracks</code></dfn>
attribute of <a href=#media-element title="media element">media elements</a> must
- return an <a href=#platform-array-objects title="platform array objects">platform array object</a>
+ return a <a href=#platform-array-objects title="platform array objects">platform array object</a>
for objects of type <code><a href=#texttrack>TextTrack</a></code> that is <i>fixed
length</i> and <i>read only</i>. The same object must be returned
each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
@@ -60732,7 +60732,7 @@
"<code title="">type</code>" whose value is the <a href=#item-type>item
type</a> of <var title="">item</var>.</li>
- <li><p>If the <var title="">item</var> has an <a href=#global-identifier>global
+ <li><p>If the <var title="">item</var> has a <a href=#global-identifier>global
identifier</a>, add an entry to <var title="">result</var>
called "<code title="">id</code>" whose value is the <a href=#global-identifier>global
identifier</a> of <var title="">item</var>.</li>
@@ -61299,7 +61299,7 @@
<li>
- <p>Append an <code title="">published</code> element in the
+ <p>Append a <code title="">published</code> element in the
<a href=#atom-namespace>Atom namespace</a> to <var title="">E</var> whose
contents is a text node with its data set to <var title="">publication date</var>.</p>
@@ -76521,7 +76521,7 @@
<code><a href=#mediastream>MediaStream</a></code> thus has zero or more tracks.</p>
<hr><p>The <dfn id=dom-mediastream-tracks title=dom-MediaStream-tracks><code>tracks</code></dfn>
- attribute must return an <a href=#platform-array-objects title="platform array objects">platform array
+ attribute must return a <a href=#platform-array-objects title="platform array objects">platform array
object</a> for objects of type <code><a href=#mediastreamtrack>MediaStreamTrack</a></code> that is
<i>fixed length</i> and <i>read only</i>. The same object must be
returned each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
Modified: source
===================================================================
--- source 2011-08-25 22:32:11 UTC (rev 6525)
+++ source 2011-08-25 22:36:23 UTC (rev 6526)
@@ -1002,7 +1002,7 @@
such as text comments, values in URL parameters, messages from
third-party sites, etc, it is imperative that the data be
validated before use, and properly escaped when displayed. Failing
- to do this can allow an hostile user to perform a variety of
+ to do this can allow a hostile user to perform a variety of
attacks, ranging from the potentially benign, such as providing
bogus user information like a negative age, to the serious, such
as running scripts every time a user looks at a page that includes
@@ -32090,7 +32090,7 @@
<dd>
- <p>Returns an <code>VideoTrackList</code> object representing
+ <p>Returns a <code>VideoTrackList</code> object representing
the video tracks available in the <span>media resource</span>.</p>
</dd>
@@ -34456,7 +34456,7 @@
<p>The <dfn title="dom-media-textTracks"><code>textTracks</code></dfn>
attribute of <span title="media element">media elements</span> must
- return an <span title="platform array objects">platform array object</span>
+ return a <span title="platform array objects">platform array object</span>
for objects of type <code>TextTrack</code> that is <i>fixed
length</i> and <i>read only</i>. The same object must be returned
each time the attribute is accessed. <a
@@ -69019,7 +69019,7 @@
"<code title="">type</code>" whose value is the <span>item
type</span> of <var title="">item</var>.</p></li>
- <li><p>If the <var title="">item</var> has an <span>global
+ <li><p>If the <var title="">item</var> has a <span>global
identifier</span>, add an entry to <var title="">result</var>
called "<code title="">id</code>" whose value is the <span>global
identifier</span> of <var title="">item</var>.</p></li>
@@ -69741,7 +69741,7 @@
<li>
- <p>Append an <code title="">published</code> element in the
+ <p>Append a <code title="">published</code> element in the
<span>Atom namespace</span> to <var title="">E</var> whose
contents is a text node with its data set to <var
title="">publication date</var>.</p>
@@ -87313,7 +87313,7 @@
<hr>
<p>The <dfn title="dom-MediaStream-tracks"><code>tracks</code></dfn>
- attribute must return an <span title="platform array objects">platform array
+ attribute must return a <span title="platform array objects">platform array
object</span> for objects of type <code>MediaStreamTrack</code> that is
<i>fixed length</i> and <i>read only</i>. The same object must be
returned each time the attribute is accessed. <a
@@ -92255,13 +92255,13 @@
steps.</p></li>
<li><p>If the method's second argument has any unpaired surrogates,
- then throw an <code>SYNTAX_ERR</code> exception and abort these
+ then throw a <code>SYNTAX_ERR</code> exception and abort these
steps.</p></li>
<li><p>If the method's second argument is present, then let <var
title="">reason</var> be the result of encoding that argument as
UTF-8. If <var title="">reason</var> is longer than 123 bytes, then
- throw an <code>SYNTAX_ERR</code> exception and abort these steps.
+ throw a <code>SYNTAX_ERR</code> exception and abort these steps.
<a href="#refsRFC3629">[RFC3629]</a></p></li>
<li><p>Run the first matching steps from the following list:</p>
@@ -92451,7 +92451,7 @@
<dd>
<p>If the <var title="">data</var> argument has any unpaired
- surrogates, then raise an <code>SYNTAX_ERR</code> exception. If
+ surrogates, then raise a <code>SYNTAX_ERR</code> exception. If
<i>the WebSocket connection is established</i>, and the string has
no unpaired surrogates, and <i title="the WebSocket closing
handshake is started">the WebSocket closing handshake has not yet
More information about the Commit-Watchers
mailing list