Skip to content

Commit

Permalink
[e] (0) Ensure 'object' doesn't clash with WebIDL
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3563 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 8, 2009
1 parent 40c8578 commit 87deb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -71493,7 +71493,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -84504,7 +84504,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>
Expand Down

0 comments on commit 87deb3a

Please sign in to comment.