v0.1.9
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'sDocumentFragment
. - Updated the example to show usage of the above.