hixie: applet.object should reflect as a URL. (whatwg r5595)

hixie: applet.object should reflect as a URL. (whatwg r5595)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4472&r2=1.4473&f=h
http://html5.org/tools/web-apps-tracker?from=5594&to=5595

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4472
retrieving revision 1.4473
diff -u -d -r1.4472 -r1.4473
--- Overview.html 7 Oct 2010 21:41:43 -0000 1.4472
+++ Overview.html 7 Oct 2010 21:43:51 -0000 1.4473
@@ -64306,7 +64306,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,

Received on Thursday, 7 October 2010 21:44:35 UTC