summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/DOMTreeBuilder.php
AgeCommit message (Expand)Author
2013-05-25Fixed issue #3: static call to non-static method.Matt Butcher
2013-05-02Rules for LI, DT, DD, RT, and RP.Matt Butcher
2013-05-02Changed constants from UNARY_TAG to VOID_TAG to follow spec.Matt Butcher
2013-05-01Fixes for PI tests.Matt Butcher
2013-05-01Fixed faulty test.Matt Butcher
2013-05-01Fixed CDATA.Matt Butcher
2013-04-24MAJOR changes to the DOMTreeBuilder.Matt Butcher
2013-04-24Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Butcher
2013-04-24Added attribute handling.Technosophos
2013-04-24Unit tests for DOMTreeBuilder begun.Technosophos
2013-04-24Updated DOMTree builder.Matt Butcher
2013-04-23Added an instruction processor for PIs.Technosophos
2013-04-19Stubs for tree builder and tests.Technosophos