html5/spec Overview.html,1.2755,1.2756

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10374

Modified Files:
	Overview.html 
Log Message:
Ensure 'object' doesn't clash with WebIDL (whatwg r3563)

Index: Overview.html
===================================================================
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:41:49 UTC