[html5] r4807 - [giow] (2) Make <applet> more consistent with <object>. Fixing http://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 24 20:33:33 PST 2010
Author: ianh
Date: 2010-02-24 20:33:31 -0800 (Wed, 24 Feb 2010)
New Revision: 4807
Modified:
complete.html
index
source
Log:
[giow] (2) Make <applet> more consistent with <object>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9016
Modified: complete.html
===================================================================
--- complete.html 2010-02-25 03:00:27 UTC (rev 4806)
+++ complete.html 2010-02-25 04:33:31 UTC (rev 4807)
@@ -20569,7 +20569,6 @@
+ attributes of the element, in source order
+ a synthesised 'src' attribute, if there was no 'src' but
there was a 'data', with the value of the 'data' attribute
- + PARAM/null
+ the params, in source order
(WebKit does something different still)
- the HIDDEN attribute (might be moot now)
@@ -84313,7 +84312,9 @@
obsoleted so that all extension frameworks (Java, .NET, Flash, etc)
are handled in a consistent manner.</p>
- <p id=sandboxPluginApplet>When the element is not <a href=#in-a-document>in a
+ <p id=sandboxPluginApplet>When the element is still in the
+ <a href=#stack-of-open-elements>stack of open elements</a> of an <a href=#html-parser>HTML parser</a>
+ or <a href=#xml-parser>XML parser</a>, and when the element is not <a href=#in-a-document>in a
<code>Document</code></a>, and when the element's document is not
<a href=#fully-active>fully active</a>, and when the element's
<code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing context</a> had its
@@ -84331,9 +84332,10 @@
<p>Otherwise, the user agent should instantiate a Java Language
runtime <a href=#plugin>plugin</a>, and 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 <a href=#concept-param-parameter title=concept-param-parameter>parameters</a> given by
+ all the attributes on the element, in the order they were added to
+ the element, with the attributes added by the parser being ordered
+ in source order, and then a parameter named "PARAM" whose value is
+ null, and then all the names and 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-applet-element>applet</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
Modified: index
===================================================================
--- index 2010-02-25 03:00:27 UTC (rev 4806)
+++ index 2010-02-25 04:33:31 UTC (rev 4807)
@@ -20476,7 +20476,6 @@
+ attributes of the element, in source order
+ a synthesised 'src' attribute, if there was no 'src' but
there was a 'data', with the value of the 'data' attribute
- + PARAM/null
+ the params, in source order
(WebKit does something different still)
- the HIDDEN attribute (might be moot now)
@@ -78617,7 +78616,9 @@
obsoleted so that all extension frameworks (Java, .NET, Flash, etc)
are handled in a consistent manner.</p>
- <p id=sandboxPluginApplet>When the element is not <a href=#in-a-document>in a
+ <p id=sandboxPluginApplet>When the element is still in the
+ <a href=#stack-of-open-elements>stack of open elements</a> of an <a href=#html-parser>HTML parser</a>
+ or <a href=#xml-parser>XML parser</a>, and when the element is not <a href=#in-a-document>in a
<code>Document</code></a>, and when the element's document is not
<a href=#fully-active>fully active</a>, and when the element's
<code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing context</a> had its
@@ -78635,9 +78636,10 @@
<p>Otherwise, the user agent should instantiate a Java Language
runtime <a href=#plugin>plugin</a>, and 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 <a href=#concept-param-parameter title=concept-param-parameter>parameters</a> given by
+ all the attributes on the element, in the order they were added to
+ the element, with the attributes added by the parser being ordered
+ in source order, and then a parameter named "PARAM" whose value is
+ null, and then all the names and 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-applet-element>applet</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
Modified: source
===================================================================
--- source 2010-02-25 03:00:27 UTC (rev 4806)
+++ source 2010-02-25 04:33:31 UTC (rev 4807)
@@ -21911,7 +21911,6 @@
+ attributes of the element, in source order
+ a synthesised 'src' attribute, if there was no 'src' but
there was a 'data', with the value of the 'data' attribute
- + PARAM/null
+ the params, in source order
(WebKit does something different still)
- the HIDDEN attribute (might be moot now)
@@ -93701,7 +93700,9 @@
obsoleted so that all extension frameworks (Java, .NET, Flash, etc)
are handled in a consistent manner.</p>
- <p id="sandboxPluginApplet">When the element is not <span>in a
+ <p id="sandboxPluginApplet">When the element is still in the
+ <span>stack of open elements</span> of an <span>HTML parser</span>
+ or <span>XML parser</span>, and when the element is not <span>in a
<code>Document</code></span>, and when the element's document is not
<span>fully active</span>, and when the element's
<code>Document</code>'s <span>browsing context</span> had its
@@ -93720,9 +93721,11 @@
<p>Otherwise, the user agent should instantiate a Java Language
runtime <span>plugin</span>, and 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> given by
+ all the attributes on the element, in the order they were added to
+ the element, with the attributes added by the parser being ordered
+ in source order, 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> given by
<code>param</code> elements that are children of the
<code>applet</code> element, in <span>tree order</span>, to the
<span>plugin</span> used. If the <span>plugin</span> supports a
More information about the Commit-Watchers
mailing list