Skip to content

v0.1.9

Compare
Choose a tag to compare
@trusktr trusktr released this 03 Jul 00:09
· 145 commits to main since this release

New features:

  • Added HTMLHeadingElement to mirror heading elements.
  • Added the readonly Node.firstChild property which gives back the first child that a node has.
  • Added the readonly HTMLTemplateElement.content property which returns a a template's DocumentFragment.
  • Updated the example to show usage of the above.