Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7802

git-svn-id: http://svn.whatwg.org/webapps@4181 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 31637dd commit 0158344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -45077,7 +45077,7 @@ <h4 id=examples-1><span class=secno>5.2.6 </span>Examples</h4>

<h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>

<dl class=domintro><dt><var title="">document</var> . <code title=dom-getItems()>getItems</code>( [ <var title="">types</var> ] )</dt>
<dl class=domintro><dt><var title="">document</var> . <code title=dom-document-getItems><a href=#dom-document-getitems>getItems</a></code>( [ <var title="">types</var> ] )</dt>

<dd>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -44906,7 +44906,7 @@ document.body.appendChild(outer);</pre>

<h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>

<dl class=domintro><dt><var title="">document</var> . <code title=dom-getItems()>getItems</code>( [ <var title="">types</var> ] )</dt>
<dl class=domintro><dt><var title="">document</var> . <code title=dom-document-getItems><a href=#dom-document-getitems>getItems</a></code>( [ <var title="">types</var> ] )</dt>

<dd>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -50134,7 +50134,7 @@ document.body.appendChild(outer);</pre>

<dl class="domintro">

<dt><var title="">document</var> . <code title="dom-getItems()">getItems</code>( [ <var title="">types</var> ] )</dt>
<dt><var title="">document</var> . <code title="dom-document-getItems">getItems</code>( [ <var title="">types</var> ] )</dt>

<dd>

Expand Down

0 comments on commit 0158344

Please sign in to comment.