summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-10Moved the ScannerTest into the Parser directory for the new work.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests to...Matt Farina
2013-04-10Fixed tokenizer test #1.Technosophos
2013-04-10Added main parsing loop.Technosophos
2013-04-10Added EventStack testing event handler.Technosophos
2013-04-10Added test and stubbed out first method.Technosophos
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPTechnosophos
2013-04-10Added CharacterReference utility class.Technosophos
2013-04-10Moved the scanner to the new string input parser. The current test will fail ...Matt Farina
2013-04-10Added tests for the scanner getHex method.Matt Farina
2013-04-10Use UTF8Utils.Matt Butcher
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Butcher
2013-04-10Refactoring InputStream.Matt Butcher
2013-04-10Added more documentation and tests to the Scanner.Matt Farina
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-04-10Started unit tests on the scanner.Matt Farina
2013-04-10Stubs for scanner test.Matt Butcher
2013-04-10Initial add of scanner and tokenizer tests.Matt Butcher
2013-04-10Added some documentation to the parser.Matt Farina
2013-04-10Moved the ParseError exception to it's own file. I had trouble finding it so ...Matt Farina
2013-04-10Fixed a naming slip.Matt Farina
2013-04-10HIGHLY EXPERIMENTAL: Writing a new parser.Matt Butcher
2013-04-09Relocated old tests to SimpleTest dir for reference.Matt Butcher
2013-04-09Updated ParserTest to use PHPUnit.Matt Butcher
2013-04-09Finished unit tests of InputStream. Found & fixed bugs along the way.Matt Butcher
2013-04-09Unit tests for InputStream now cover ALL methods.Matt Butcher
2013-04-09Continued refactoring of InputStream.Matt Butcher
2013-04-09Minor refactoring and reformatting of Data.php.Matt Butcher
2013-04-09Added new PHPUnit tests for InputStream.Matt Butcher
2013-04-08Applied Demeter's Law.Matt Butcher
2013-04-08Refactoring to make constructor readible.Matt Butcher
2013-04-08Relocating old tests as I begin updating.Matt Butcher
2013-04-08Four spaces to two.Matt Butcher
2013-04-08Reduced 4 spaces to 2 spaces.Matt Butcher
2013-04-06Converted example.php into a number of unit tests.Matt Butcher
2013-04-06Beginnings of PHPUnit tests.Matt Butcher
2013-04-06Updated example.Matt Butcher
2013-04-05fixed demo.Matt Butcher
2013-04-05Added link to HTML5 spec.Matt Butcher
2013-04-05Updated README with examples.Matt Butcher
2013-04-04Serializing now roughly follows 8.9 of the spec.Matt Butcher
2013-04-04Found an issue with namespaced elements and the parser.Matt Butcher
2013-04-03Updated README.Matt Butcher
2013-04-03Improved serialization.Matt Butcher
2013-04-03Traverser now does basic HTML5.Matt Butcher
2013-04-03Created Serializer methods.Matt Butcher
2013-04-03Switch method declaration decorators to canonical ordering.Matt Butcher
2013-04-03Updated main HTML5 class to use serializer.Matt Butcher
2013-04-03Updated example to have better HTML.Matt Butcher
2013-04-03The beginnings of a serializer.Technosophos