hixie: Ensure 'object' doesn't clash with WebIDL (whatwg r3563)

hixie: Ensure 'object' doesn't clash with WebIDL (whatwg r3563)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2755&r2=1.2756&f=h
http://html5.org/tools/web-apps-tracker?from=3562&to=3563

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2755
retrieving revision 1.2756
diff -u -d -r1.2755 -r1.2756
--- Overview.html 8 Aug 2009 01:40:25 -0000 1.2755
+++ Overview.html 8 Aug 2009 01:41:36 -0000 1.2756
@@ -65320,7 +65320,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>

Received on Saturday, 8 August 2009 01:42:36 UTC