html5/spec Overview.html,1.1599,1.1600

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25634

Modified Files:
	Overview.html 
Log Message:
xref error (whatwg r2428)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1599
retrieving revision 1.1600
diff -u -d -r1.1599 -r1.1600
--- Overview.html	22 Nov 2008 00:53:36 -0000	1.1599
+++ Overview.html	22 Nov 2008 01:47:00 -0000	1.1600
@@ -13280,7 +13280,7 @@
   <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
@@ -13375,7 +13375,7 @@
   attribute gives the name of the parameter.<p>The <dfn id=attr-param-value title=attr-param-value><code>value</code></dfn>
   attribute gives the value of the parameter.<p>Both attributes must be present. They may have any value.<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>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
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.<h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><dl class=element><dt>Categories</dt>

Received on Saturday, 22 November 2008 01:47:11 UTC