Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 31 Oct 16:37
· 15 commits to master since this release

Features

  • Added new class called Specification which defines the HTML5 spec
  • Added new class called HTML5 which contains the autoloading functionality (now optional) and the html function
  • New method HTML5::useGlobal() to allow the use of the global html() function
  • Added HTML5 event attributes (e.g., "onload", "onclick", etc)

Changes

  • Remove the validAttrs parameter from Node and NodeContainer constructors