Skip to content

Improvements to core

Choose a tag to compare

@g105b g105b released this 16 Sep 18:16
· 225 commits to master since this release
e2ea6dd

The following two improvements have been made to better reflect the standard DOM behaviour:

  • innerHTML - a fragment must be used to set the innerHTML of an element, but fragments do not allow non-XML content to be appended! A temporary document is created to overcome this flaw in libxml.
  • NodeList Iterator - it is possible for an item in the iterator to be set to null (https://dom.spec.whatwg.org/#interface-nodelist)