Skip to content

Commit

Permalink
[e] (0) typo in references to other specs
Browse files Browse the repository at this point in the history
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8627 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 12, 2014
1 parent 4d02b1d commit cb47cbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 9 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 12 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -3700,7 +3700,7 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
<li><dfn id=text><code>Text</code></dfn> interface</li>

<li><dfn id=htmlcollection><code>HTMLCollection</code></dfn> interface</li>
<li><dfn id=dom-htmlcollection-item title=dom-HTMLCollection-item><code>item()</code> method</dfn>
<li><dfn id=dom-htmlcollection-item title=dom-HTMLCollection-item><code>item()</code></dfn> method</li>
<li>The terms <dfn id=collections>collections</dfn> and <dfn id=represented-by-the-collection>represented by the collection</dfn></li>

<li><dfn id=domtokenlist><code>DOMTokenList</code></dfn> interface</li>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 9 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 12 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -3700,7 +3700,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><dfn id=text><code>Text</code></dfn> interface</li>

<li><dfn id=htmlcollection><code>HTMLCollection</code></dfn> interface</li>
<li><dfn id=dom-htmlcollection-item title=dom-HTMLCollection-item><code>item()</code> method</dfn>
<li><dfn id=dom-htmlcollection-item title=dom-HTMLCollection-item><code>item()</code></dfn> method</li>
<li>The terms <dfn id=collections>collections</dfn> and <dfn id=represented-by-the-collection>represented by the collection</dfn></li>

<li><dfn id=domtokenlist><code>DOMTokenList</code></dfn> interface</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -2428,7 +2428,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><dfn><code>Text</code></dfn> interface</li>

<li><dfn><code>HTMLCollection</code></dfn> interface</li>
<li><dfn data-x="dom-HTMLCollection-item"><code>item()</code> method</dfn>
<li><dfn data-x="dom-HTMLCollection-item"><code>item()</code></dfn> method</li>
<li>The terms <dfn>collections</dfn> and <dfn>represented by the collection</dfn></li>

<li><dfn><code>DOMTokenList</code></dfn> interface</li>
Expand Down

0 comments on commit cb47cbe

Please sign in to comment.