[html5] r3563 - [e] (0) Ensure 'object' doesn't clash with WebIDL
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 7 18:41:32 PDT 2009
Author: ianh
Date: 2009-08-07 18:41:30 -0700 (Fri, 07 Aug 2009)
New Revision: 3563
Modified:
index
source
Log:
[e] (0) Ensure 'object' doesn't clash with WebIDL
Modified: index
===================================================================
--- index 2009-08-08 01:40:19 UTC (rev 3562)
+++ index 2009-08-08 01:41:30 UTC (rev 3563)
@@ -71493,7 +71493,7 @@
attribute DOMString <a href=#dom-applet-height title=dom-applet-height>height</a>;
attribute unsigned long <a href=#dom-applet-hspace title=dom-applet-hspace>hspace</a>;
attribute DOMString <a href=#dom-applet-name title=dom-applet-name>name</a>;
- attribute DOMString <a href=#dom-applet-object title=dom-applet-object>object</a>;
+ attribute DOMString _<a href=#dom-applet-object title=dom-applet-object>object</a>; // the underscore is not part of the identifier <!-- it's a Web IDL escaping mechanism -->
attribute unsigned long <a href=#dom-applet-vspace title=dom-applet-vspace>vspace</a>;
attribute DOMString <a href=#dom-applet-width title=dom-applet-width>width</a>;
};</pre>
Modified: source
===================================================================
--- source 2009-08-08 01:40:19 UTC (rev 3562)
+++ source 2009-08-08 01:41:30 UTC (rev 3563)
@@ -84504,7 +84504,7 @@
attribute DOMString <span title="dom-applet-height">height</span>;
attribute unsigned long <span title="dom-applet-hspace">hspace</span>;
attribute DOMString <span title="dom-applet-name">name</span>;
- attribute DOMString <span title="dom-applet-object">object</span>;
+ attribute DOMString _<span title="dom-applet-object">object</span>; // the underscore is not part of the identifier <!-- it's a Web IDL escaping mechanism -->
attribute unsigned long <span title="dom-applet-vspace">vspace</span>;
attribute DOMString <span title="dom-applet-width">width</span>;
};</pre>
More information about the Commit-Watchers
mailing list