Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 29, 2012
1 parent 5fc29db commit 4a7ae08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ <h4>Interface <code>RootNode</code></h4>
};
<span>Document</span> implements <span>RootNode</span>;
<span>DocumentFragment</span> implements <span>RootNode</span>;
<span>Element</span> implementas <span>RootNode</span>;</pre>
<span>Element</span> implements <span>RootNode</span>;</pre>

<dl class=domintro>
<dt><code><var title>collection</var> = <var title>node</var> . <span title=dom-RootNode-children>children</span></code>
Expand Down Expand Up @@ -2130,7 +2130,7 @@ <h4>Interface <code>ChildNode</code></h4>
};
<span>DocumentType</span> implements <span>ChildNode</span>;
<span>Element</span> implements <span>ChildNode</span>;
<span>CharacterData</span> implementas <span>ChildNode</span>;</pre>
<span>CharacterData</span> implements <span>ChildNode</span>;</pre>

<dl class=switch>
<dt><code><var title>element</var> = <var title>node</var> . <span title=dom-ChildNode-previousElementSibling>previousElementSibling</span></code>
Expand Down
8 changes: 4 additions & 4 deletions dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<p><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-dom.svg" width="100"></a></p>
<h1>DOM</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-28-november-2012">Living Standard — Last Updated 28 November 2012</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-29-november-2012">Living Standard — Last Updated 29 November 2012</h2>

<dl>
<dt>This Version:
Expand Down Expand Up @@ -42,7 +42,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-28-november-2012"
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
To the extent possible under law, the editors have waived all copyright and
related or neighboring rights to this work. In addition, as of
28 November 2012, the editors have made this specification available
29 November 2012, the editors have made this specification available
under the
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
which is available at
Expand Down Expand Up @@ -2091,7 +2091,7 @@ <h4 id="interface-rootnode"><span class="secno">5.2.2 </span>Interface <code><a
};
<a href="#document">Document</a> implements <a href="#rootnode">RootNode</a>;
<a href="#documentfragment">DocumentFragment</a> implements <a href="#rootnode">RootNode</a>;
<a href="#element">Element</a> implementas <a href="#rootnode">RootNode</a>;</pre>
<a href="#element">Element</a> implements <a href="#rootnode">RootNode</a>;</pre>

<dl class="domintro">
<dt><code><var title="">collection</var> = <var title="">node</var> . <a href="#dom-rootnode-children" title="dom-RootNode-children">children</a></code>
Expand Down Expand Up @@ -2196,7 +2196,7 @@ <h4 id="interface-childnode"><span class="secno">5.2.3 </span>Interface <code><a
};
<a href="#documenttype">DocumentType</a> implements <a href="#childnode">ChildNode</a>;
<a href="#element">Element</a> implements <a href="#childnode">ChildNode</a>;
<a href="#characterdata">CharacterData</a> implementas <a href="#childnode">ChildNode</a>;</pre>
<a href="#characterdata">CharacterData</a> implements <a href="#childnode">ChildNode</a>;</pre>

<dl class="switch">
<dt><code><var title="">element</var> = <var title="">node</var> . <a href="#dom-childnode-previouselementsibling" title="dom-ChildNode-previousElementSibling">previousElementSibling</a></code>
Expand Down

0 comments on commit 4a7ae08

Please sign in to comment.