This repository was archived by the owner on Oct 4, 2020. It is now read-only.
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
Implementing HTMLElement APIs #48
Open
Description
At the moment, there doesn't seem to be something that you might expect at
src/DOM/HTML/HTMLElement.purs
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.