byteface / domonic

Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
https://domonic.readthedocs.io/
MIT License
129 stars 13 forks source link

insertAdjacent #34

Open byteface opened 2 years ago

byteface commented 2 years ago

there's a few methods with insertAdjacent etc on dom which look a bit tricky. if anyone needs them feel free to push if i dont get to them.

byteface commented 2 years ago

one question i recall stopping on this was. is the standard supposed to use uppercase or lowercase strings? i think if you answer that it's kind of unblocked to just do.

byteface commented 2 years ago

have some methods done now. just need to unit test them to close this ticket.