[html5] r5595 - [giow] (2) applet.object should reflect as a URL. Fixing http://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 7 14:43:46 PDT 2010


Author: ianh
Date: 2010-10-07 14:43:45 -0700 (Thu, 07 Oct 2010)
New Revision: 5595

Modified:
   complete.html
   index
   source
Log:
[giow] (2) applet.object should reflect as a URL.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10836

Modified: complete.html
===================================================================
--- complete.html	2010-10-07 21:41:31 UTC (rev 5594)
+++ complete.html	2010-10-07 21:43:45 UTC (rev 5595)
@@ -88291,7 +88291,9 @@
 
   <p>The <dfn id=dom-applet-align title=dom-applet-align><code>align</code></dfn>, <dfn id=dom-applet-alt title=dom-applet-alt><code>alt</code></dfn>, <dfn id=dom-applet-archive title=dom-applet-archive><code>archive</code></dfn>, <dfn id=dom-applet-code title=dom-applet-code><code>code</code></dfn>, <dfn id=dom-applet-height title=dom-applet-height><code>height</code></dfn>, <dfn id=dom-applet-hspace title=dom-applet-hspace><code>hspace</code></dfn>, <dfn id=dom-applet-name title=dom-applet-name><code>name</code></dfn>, <dfn id=dom-applet-object title=dom-applet-object><code>object</code></dfn>, <dfn id=dom-applet-vspace title=dom-applet-vspace><code>vspace</code></dfn>, and <dfn id=dom-applet-width title=dom-applet-width><code>width</code></dfn> IDL attributes
   must <a href=#reflect>reflect</a> the respective content attributes of the
-  same name.</p>
+  same name. For the purposes of reflection, the <code><a href=#the-applet-element>applet</a></code>
+  element's <code title=attr-applet-object>object</code> content
+  attribute is defined as containing a <a href=#url>URL</a>.</p>
 
   <p>The <dfn id=dom-applet-codebase title=dom-applet-codeBase><code>codeBase</code></dfn>
   IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-applet-codebase>codebase</code> content attribute,

Modified: index
===================================================================
--- index	2010-10-07 21:41:31 UTC (rev 5594)
+++ index	2010-10-07 21:43:45 UTC (rev 5595)
@@ -84205,7 +84205,9 @@
 
   <p>The <dfn id=dom-applet-align title=dom-applet-align><code>align</code></dfn>, <dfn id=dom-applet-alt title=dom-applet-alt><code>alt</code></dfn>, <dfn id=dom-applet-archive title=dom-applet-archive><code>archive</code></dfn>, <dfn id=dom-applet-code title=dom-applet-code><code>code</code></dfn>, <dfn id=dom-applet-height title=dom-applet-height><code>height</code></dfn>, <dfn id=dom-applet-hspace title=dom-applet-hspace><code>hspace</code></dfn>, <dfn id=dom-applet-name title=dom-applet-name><code>name</code></dfn>, <dfn id=dom-applet-object title=dom-applet-object><code>object</code></dfn>, <dfn id=dom-applet-vspace title=dom-applet-vspace><code>vspace</code></dfn>, and <dfn id=dom-applet-width title=dom-applet-width><code>width</code></dfn> IDL attributes
   must <a href=#reflect>reflect</a> the respective content attributes of the
-  same name.</p>
+  same name. For the purposes of reflection, the <code><a href=#the-applet-element>applet</a></code>
+  element's <code title=attr-applet-object>object</code> content
+  attribute is defined as containing a <a href=#url>URL</a>.</p>
 
   <p>The <dfn id=dom-applet-codebase title=dom-applet-codeBase><code>codeBase</code></dfn>
   IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-applet-codebase>codebase</code> content attribute,

Modified: source
===================================================================
--- source	2010-10-07 21:41:31 UTC (rev 5594)
+++ source	2010-10-07 21:43:45 UTC (rev 5595)
@@ -100799,7 +100799,9 @@
   title="dom-applet-vspace"><code>vspace</code></dfn>, and <dfn
   title="dom-applet-width"><code>width</code></dfn> IDL attributes
   must <span>reflect</span> the respective content attributes of the
-  same name.</p>
+  same name. For the purposes of reflection, the <code>applet</code>
+  element's <code title="attr-applet-object">object</code> content
+  attribute is defined as containing a <span>URL</span>.</p>
 
   <p>The <dfn title="dom-applet-codeBase"><code>codeBase</code></dfn>
   IDL attribute must <span>reflect</span> the <code




More information about the Commit-Watchers mailing list