On Mon May 27 16:01:35 2024 +0000, Gabriel Ivăncescu wrote:
Is there a reason you're creating a html node and appending it instead of using `HTMLDocument3_get_documentElement`?
Sorry for taking too long to respond, I had to test some stuff to remember why I did it heh (It's been a year since I wrote this changes). Document fragments don't have the documentElement property (https://developer.mozilla.org/en-US/docs/Web/API/Document/documentElement) like normal document objects.