Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) cross-reference clash
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8570 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 11, 2014
1 parent 065ac53 commit 9686718
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 @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://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 April 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 April 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -8302,7 +8302,7 @@ <h4 id=safe-passing-of-structured-data><span class=secno>2.7.6 </span>Safe passi

<dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object, and set <var title="">deep clone</var> to <i>own</i>.</dd>

<dt>If <var title="">input</var> is a <code><a href=#the-map-element>Map</a></code> object</dt>
<dt>If <var title="">input</var> is a <code title="">Map</code> object</dt>

<dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Map</code>
object, and set <var title="">deep clone</var> to <i><a href=#the-map-element>map</a></i>.</dd>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://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 April 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 April 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -8302,7 +8302,7 @@ interface <dfn id=domstringmap>DOMStringMap</dfn> {

<dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object, and set <var title="">deep clone</var> to <i>own</i>.</dd>

<dt>If <var title="">input</var> is a <code><a href=#the-map-element>Map</a></code> object</dt>
<dt>If <var title="">input</var> is a <code title="">Map</code> object</dt>

<dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Map</code>
object, and set <var title="">deep clone</var> to <i><a href=#the-map-element>map</a></i>.</dd>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -7878,7 +7878,7 @@ interface <dfn>DOMStringMap</dfn> {
<dd><p>Let <var data-x="">output</var> be a newly constructed empty <code
data-x="">Object</code> object, and set <var data-x="">deep clone</var> to <i>own</i>.</p></dd>

<dt>If <var data-x="">input</var> is a <code>Map</code> object</dt>
<dt>If <var data-x="">input</var> is a <code data-x="">Map</code> object</dt>

<dd><p>Let <var data-x="">output</var> be a newly constructed empty <code data-x="">Map</code>
object, and set <var data-x="">deep clone</var> to <i>map</i>.</p></dd>
Expand Down

0 comments on commit 9686718

Please sign in to comment.