This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
1.1.0
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 globalhtml()
function - Added HTML5 event attributes (e.g., "onload", "onclick", etc)
Changes
- Remove the
validAttrs
parameter fromNode
andNodeContainer
constructors