Skip to content

Commit

Permalink
[e] (0) minor typo fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3758 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2009
1 parent 2763e76 commit 9b865d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -21361,7 +21361,7 @@ interface <dfn>CueRangeCallback</dfn> {
value of the <code title=dom-media-defaultPlaybackRate><a href=#dom-media-defaultplaybackrate>defaultPlaybackRate</a></code>
attribute.</li>

<li>If <var title="">aborted</var> is true, set the <code title=dom-media-error><a href=#dom-media-error>error</a></code> attribute to a new
<li><p>If <var title="">aborted</var> is true, set the <code title=dom-media-error><a href=#dom-media-error>error</a></code> attribute to a new
<code><a href=#mediaerror>MediaError</a></code> object whose <code title=dom-MediaError-code><a href=#dom-mediaerror-code>code</a></code> attribute is set to <code title=dom-MediaError-MEDIA_ERR_ABORTED><a href=#dom-mediaerror-media_err_aborted>MEDIA_ERR_ABORTED</a></code>,
<a href=#fire-a-progress-event>fire a progress event</a> called <code title=event-abort><a href=#event-abort>abort</a></code> at the <a href=#media-element>media element</a>,
in the context of the <a href=#fetch title=fetch>fetching process</a>
Expand Down Expand Up @@ -31624,7 +31624,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
specified, then the user agent should allow the user to select or
provide multiple addresses; otherwise, the user agent should act in
a manner consistent with expecting the user to provide a single
e-mail address. User agents may allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not an
e-mail address. User agents may allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
<a href=#valid-e-mail-address-list>valid e-mail address list</a>. User agents should allow the
user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the
empty string. User agents must not allow users to insert U+000A LINE
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -23061,7 +23061,7 @@ interface <dfn>CueRangeCallback</dfn> {
title="dom-media-defaultPlaybackRate">defaultPlaybackRate</code>
attribute.</p></li>

<li>If <var title="">aborted</var> is true, set the <code
<li><p>If <var title="">aborted</var> is true, set the <code
title="dom-media-error">error</code> attribute to a new
<code>MediaError</code> object whose <code
title="dom-MediaError-code">code</code> attribute is set to <code
Expand Down Expand Up @@ -35203,7 +35203,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
provide multiple addresses; otherwise, the user agent should act in
a manner consistent with expecting the user to provide a single
e-mail address. User agents may allow the user to set the <span
title="concept-fe-value">value</span> to a string that is not an
title="concept-fe-value">value</span> to a string that is not a
<span>valid e-mail address list</span>. User agents should allow the
user to set the <span title="concept-fe-value">value</span> to the
empty string. User agents must not allow users to insert U+000A LINE
Expand Down

0 comments on commit 9b865d6

Please sign in to comment.