Skip to content

Commit

Permalink
[e] (0) typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6526 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 25, 2011
1 parent fe2cf40 commit b4a176d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions complete.html
Expand Up @@ -2211,7 +2211,7 @@ <h4 id=writing-secure-applications-with-html><span class=secno>1.9.1 </span>Writ
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
Expand Down Expand Up @@ -29500,7 +29500,7 @@ <h5 id=media-resources-with-multiple-media-tracks><span class=secno>4.8.10.10 </

<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>
Expand Down Expand Up @@ -31587,7 +31587,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>

<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>
Expand Down Expand Up @@ -37324,7 +37324,7 @@ <h6 id=text-0><span class=secno>4.8.11.1.9 </span>Text</h6> <!-- a v3 feature --
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 &#2310; 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 &Aacute;, &yuml;, f, and &Omega; are anchored, the ideographic baseline is where glyphs like &#31169; and &#36948; 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 &#2310; 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 &amp;#x00C1;, &yuml;, f, and &Omega; are anchored, the ideographic baseline is where glyphs like &#31169; and &#36948; 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>

Expand Down Expand Up @@ -60865,7 +60865,7 @@ <h4 id=json><span class=secno>5.5.1 </span>JSON</h4>
"<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>
Expand Down Expand Up @@ -61432,7 +61432,7 @@ <h4 id=atom><span class=secno>5.5.2 </span>Atom</h4>

<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>

Expand Down Expand Up @@ -76625,7 +76625,7 @@ <h4 id=interface-definitions><span class=secno>9.3.2 </span>Interface definition
<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>
Expand Down Expand Up @@ -81528,12 +81528,12 @@ <h4 id=the-websocket-interface><span class=secno>11.3.2 </span>The <code><a href
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>
Expand Down Expand Up @@ -81683,7 +81683,7 @@ <h4 id=the-websocket-interface><span class=secno>11.3.2 </span>The <code><a href
<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
Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -2108,7 +2108,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -29367,7 +29367,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

<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>
Expand Down Expand Up @@ -31454,7 +31454,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {

<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>
Expand Down Expand Up @@ -60732,7 +60732,7 @@ END:VCARD</pre>
"<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>
Expand Down Expand Up @@ -61299,7 +61299,7 @@ END:VCARD</pre>

<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>

Expand Down Expand Up @@ -76521,7 +76521,7 @@ interface <dfn id=mediastreamtrack>MediaStreamTrack</dfn> {
<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>
Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -1002,7 +1002,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -32090,7 +32090,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<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>
Expand Down Expand Up @@ -34456,7 +34456,7 @@ interface <dfn>MediaController</dfn> {

<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
Expand Down Expand Up @@ -69019,7 +69019,7 @@ END:VCARD</pre>
"<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>
Expand Down Expand Up @@ -69741,7 +69741,7 @@ END:VCARD</pre>

<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>
Expand Down Expand Up @@ -87313,7 +87313,7 @@ interface <dfn>MediaStreamTrack</dfn> {
<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
Expand Down Expand Up @@ -92255,13 +92255,13 @@ interface <dfn>WebSocket</dfn> : <span>EventTarget</span> {
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>
Expand Down Expand Up @@ -92451,7 +92451,7 @@ socket.onopen = function () {
<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
Expand Down

0 comments on commit b4a176d

Please sign in to comment.