summaryrefslogtreecommitdiff
path: root/src/HTML5.php
AgeCommit message (Collapse)Author
2013-05-27Seperated the Traverser from the Output generation.Matt Farina
The Traverser now simply walks through a document. The OutputRules convert the nodes into output html. The rules is a configurable options. By default OutputRules will generate html close to the html5 that was parsed. Alternate rule implementation (e.g., minify rules, pretty spacing rules) can be set as the default or on an individual case.
2013-05-18Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-05-18General escaping and full html5 encoding with named character references work.Matt Farina
2013-05-15Updated docs.Matt Butcher
2013-05-15Updated the \HTML5 class to parse with static methods, updated the Traverser ↵Matt Farina
tests to work with the the new parser, and remoted the old Parser tests not that the old parser is gone.
2013-05-15Updated main HTML5 class.Matt Butcher
It now uses the real library, and matches the DOMDocument interface.
2013-04-16Moved Serializer and Traverser into the Serializer directory.Matt Farina
2013-04-03Updated main HTML5 class to use serializer.Matt Butcher
2013-04-03Top-level HTML5 object.Matt Butcher