Skip to content

DOMNode {first,lastChild} and nodeType in constructor

David Sveningsson requested to merge feature/domnode into master

Adds support for accessing firstChild and lastChild from a DOMNode.

Adds NodeType to constructor to aid in adding other types (later).

Checklist

  • Changelog updated
  • Documentation updated
  • Change covered by a testcase
  • Commit history cleaned (no WIP, fixups, etc)
Edited by David Sveningsson

Merge request reports