spec/Overview.html 1.1600 2428 xref error (whatwg r2428)

xref error (whatwg r2428)

name
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1600.html#dom-param-name
value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1600.html#attr-param-value
4.8.7 The video element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1600.html#video
parameter
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1600.html#concept-param-parameter
When the algorithm above instantiates a plugin, the user agent should pass the names and values of all the attributes on the element, and all the names and values of parameters given by param elements that are children of the object element, in tree order, to the plugin used. If the plugin supports a scriptable interface, the HTMLObjectElement object representing the element should expose that interface. The plugin is not a nested browsing context.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1600.html#object-plugin

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1599&r2=1.1600&f=h
http://html5.org/tools/web-apps-tracker?from=2427&to=2428

===================================================================
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:51:20 UTC