-
Notifications
You must be signed in to change notification settings - Fork 56
Implementing HTMLElement APIs #48
Comments
Indeed you are right, not sure how I missed this one! The missing IDL:
We can probably skip the |
Thanks! I'll do some work on this when I get a chance -- but others can feel free to take it up -- I'll post something here when I'm actively working on it. |
Hi, I don't see anything in #59 about the "event handler DOM attributes". Were these intentionally left out? |
Yeah, I suggested we did't include them - from above:
|
Ah I missed that thanks. Isn't that subject to opinion though? I use both With the |
At the moment, there doesn't seem to be something that you might expect at
to cover the various things that you can do with an
HTMLElement
, for instance, the things here:https://developer.mozilla.org/en/docs/Web/API/HTMLElement
The one I'm particularly interested in is doing something with the
style
property -- so, I was going to add that. But, then I realized that the file I would logically add it to didn't seem to be there at all ...I'd be happy to go through the web page mentioned above, figure out which of those things are sufficiently standard, and write up an implementation. But I thought I'd ask first, in case there are considerations I'm not thinking of.
The text was updated successfully, but these errors were encountered: