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@2705 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2009
1 parent 8e94aa4 commit 5cbee04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -17373,7 +17373,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<a href=#media-resource>media resource</a> are the dimensions of the resource in
CSS pixels after taking into account the resource's dimensions,
aspect ratio, clean aperture, resolution, and so forth, as defined
for the format used by the resource..</p>
for the format used by the resource.</p>

<p>The <dfn id=dom-video-videowidth title=dom-video-videoWidth><code>videoWidth</code></dfn> DOM
attribute must return the <a href=#concept-video-intrinsic-width title=concept-video-intrinsic-width>intrinsic width</a> of the
Expand Down Expand Up @@ -40152,7 +40152,7 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {
have an exclusive write lock over the entire database. If the
<i>mode</i> is read-only, the transaction must have a shared read
lock over the entire database. The user agent should wait for an
appropriate lock to be available..</li>
appropriate lock to be available.</li>

<li><p>If an error occurred in the opening of the transaction
(e.g. if the user agent failed to obtain an appropriate lock after
Expand Down Expand Up @@ -50091,7 +50091,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<li><p>Append the new element to the <a href=#current-node>current node</a>
and push it onto the <a href=#stack-of-open-elements>stack of open
elements</a>..</li>
elements</a>.</li>

<li><p>Switch the tokeniser's <a href=#content-model-flag>content model flag</a> to
the CDATA state.</li>
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18642,7 +18642,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<span>media resource</span> are the dimensions of the resource in
CSS pixels after taking into account the resource's dimensions,
aspect ratio, clean aperture, resolution, and so forth, as defined
for the format used by the resource..</p>
for the format used by the resource.</p>

<p>The <dfn
title="dom-video-videoWidth"><code>videoWidth</code></dfn> DOM
Expand Down Expand Up @@ -45752,7 +45752,7 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
have an exclusive write lock over the entire database. If the
<i>mode</i> is read-only, the transaction must have a shared read
lock over the entire database. The user agent should wait for an
appropriate lock to be available..</p></li>
appropriate lock to be available.</p></li>

<li><p>If an error occurred in the opening of the transaction
(e.g. if the user agent failed to obtain an appropriate lock after
Expand Down Expand Up @@ -57193,7 +57193,7 @@ interface <dfn>MessageChannel</dfn> {

<li><p>Append the new element to the <span>current node</span>
and push it onto the <span>stack of open
elements</span>..</p></li>
elements</span>.</p></li>

<li><p>Switch the tokeniser's <span>content model flag</span> to
the CDATA state.</p></li>
Expand Down

0 comments on commit 5cbee04

Please sign in to comment.