Global variables and id lookup for elements

2011-04-28 Thread Magnus Kristiansen
obal is defined in HTML it would fit best there, but it also makes sense to contain finicky DOM-ES interactions to WebIDL. [1] http://code.google.com/p/chromium/issues/detail?id=80591 -- Magnus Kristiansen "Don't worry; the Universe IS out to get you."

Re: FW: [Adding mouseenter and mouseleave events]

2008-06-17 Thread Magnus Kristiansen
[1] http://lists.w3.org/Archives/Public/public-webapi/2008May/0111.html -- Magnus Kristiansen "Don't worry; the Universe IS out to get you."

Re: [WebIDL] Assigning to constants

2008-06-16 Thread Magnus Kristiansen
y be removed. And two more issues I noticed: - Using an IndexSetter results in a return value (s7), the other returns are void. Copypaste from [[Get]] maybe? - [[HasProperty]] = true (s9-10) should go to s15, since s14 is trivially false. This solves itself if s14 is removed per above. -- Magnus Kri