summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-11Moved UTF-8 character check out to UTF8Utils.Technosophos
2013-04-11Working on tag parsing.Matt Butcher
2013-04-11Started StringInputStream tests.Matt Farina
2013-04-10Streamlining recursion.Technosophos
2013-04-10Updated documentation in EventHandler.Technosophos
2013-04-10Instead of throwing parse errors, we now send as events.Technosophos
2013-04-10Finishing tests on entities.Technosophos
2013-04-10Namespace fixed for ParseError.Technosophos
2013-04-10Working on entity resolution.Technosophos
2013-04-10Finished CharacterReference class.Technosophos
2013-04-10Entities.php, automatically generated.Technosophos
2013-04-10Added pass through commands on the scanner to the column, row, and characters...Matt Farina
2013-04-10Added bounds checking to the scanner current method.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests to...Matt Farina
2013-04-10Added main parsing loop.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-10Started unit tests on the scanner.Matt Farina
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-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-08Applied Demeter's Law.Matt Butcher
2013-04-08Refactoring to make constructor readible.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-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-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-03The beginnings of a serializer.Technosophos
2013-04-03Fixed parser.Matt Butcher
2013-04-03Top-level HTML5 object.Matt Butcher
2013-04-02Updated TreeBuilder for namespaces.Technosophos
2013-04-02Began conversion to namespaces.Technosophos