Skip to content

Commit

Permalink
[e] (0) xref error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2428 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2008
1 parent 8ac5891 commit 58576f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -16225,7 +16225,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<a href=#plugin>plugin</a>, the user agent should pass the names and values
of all the attributes on the element, and <!-- then a parameter
named "PARAM" whose value is null, and then --> all the names and
values of <span title=concept-param-parameter>parameters</span>
values of <a href=#concept-param-parameter title=concept-param-parameter>parameters</a>
given by <code><a href=#the-param-element>param</a></code> elements that are children of the
<code><a href=#the-object-element>object</a></code> element, in <a href=#tree-order>tree order</a>, to the
<a href=#plugin>plugin</a> used. If the <a href=#plugin>plugin</a> supports a
Expand Down Expand Up @@ -16357,7 +16357,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

<p>If both attributes are present, and if the parent element of the
<code><a href=#the-param-element>param</a></code> is an <code><a href=#the-object-element>object</a></code> element, then the
element defines a <dfn id=concept-param-parameters title=concept-param-parameters>parameter</dfn> with the given
element defines a <dfn id=concept-param-parameter title=concept-param-parameter>parameter</dfn> with the given
name/value pair.</p>

<p>The DOM attributes <dfn id=dom-param-name title=dom-param-name><code>name</code></dfn> and <dfn id=dom-param-value title=dom-param-value><code>value</code></dfn> must both
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -17504,7 +17504,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<p>If both attributes are present, and if the parent element of the
<code>param</code> is an <code>object</code> element, then the
element defines a <dfn
title="concept-param-parameters">parameter</dfn> with the given
title="concept-param-parameter">parameter</dfn> with the given
name/value pair.</p>

<p>The DOM attributes <dfn
Expand Down

0 comments on commit 58576f7

Please sign in to comment.