Skip to content

Commit

Permalink
[e] (0) more typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2060 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2008
1 parent 6eb8a98 commit 4995113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -8793,8 +8793,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<code>Element</code> nodes as well as <code>Document</code> nodes. The
<code title=dom-outerHTML><a href="#outerhtml">outerHTML</a></code> and
<code title=dom-insertAdjacentHTML><a
href="#insertadjacenthtml">insertAdjacentHTML</a></code> attributes, on
the other hand, only apply to <code>Element</code> nodes.
href="#insertadjacenthtml">insertAdjacentHTML</a></code> members, on the
other hand, only apply to <code>Element</code> nodes.

<p class=note>When inserted using the <code title=dom-document-write><a
href="#document.write">document.write()</a></code> method, <code><a
Expand Down Expand Up @@ -10357,7 +10357,7 @@ people expect to have work and what is necessary.
consisting of a valid RFC 3066 language code. <a
href="#refsRFC3066">[RFC3066]</a></p>

<p class=note>This pragma not exactly equivalent to the HTTP
<p class=note>This pragma is not exactly equivalent to the HTTP
<code>Content-Language</code> header, for instance it only supports one
language. <a href="#refsRFC2616">[RFC2616]</a></p>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -6685,8 +6685,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
attribute applies to both <code>Element</code> nodes as well as
<code>Document</code> nodes. The <code
title="dom-outerHTML">outerHTML</code> and <code
title="dom-insertAdjacentHTML">insertAdjacentHTML</code> attributes,
on the other hand, only apply to <code>Element</code> nodes.</p>
title="dom-insertAdjacentHTML">insertAdjacentHTML</code> members, on
the other hand, only apply to <code>Element</code> nodes.</p>

<p class="note">When inserted using the <code
title="dom-document-write">document.write()</code> method,
Expand Down Expand Up @@ -8312,7 +8312,7 @@ people expect to have work and what is necessary.
attribute must have a value consisting of a valid RFC 3066
language code. <a href="#refsRFC3066">[RFC3066]</a></p>

<p class="note">This pragma not exactly equivalent to the HTTP
<p class="note">This pragma is not exactly equivalent to the HTTP
<code>Content-Language</code> header, for instance it only
supports one language. <a href="#refsRFC2616">[RFC2616]</a></p>

Expand Down

0 comments on commit 4995113

Please sign in to comment.