summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-16Added support for processing instructions.Technosophos
2013-04-16Fixed the class name on the stringinputstream tests.Matt Farina
2013-04-16Added a FileInputStream for anything that can be grabbed by file_get_contents.Matt Farina
2013-04-15Unit tests for DOCTYPE are all passing.Technosophos
2013-04-15First shot at DOCTYPE parsing and testing.Technosophos
2013-04-15Updated event handler interface.Technosophos
2013-04-15UNFINISHED: DOCTYPE parser is in progress.Matt Butcher
2013-04-13Updated the license to divide between HTML5-PHP and html5lib.Matt Butcher
2013-04-13Fixed title in README.Matt Butcher
2013-04-13Updated the README with design info.Matt Butcher
2013-04-13Updated the README.Matt Butcher
2013-04-13InputStreamTest removed in favor of StringInputStreamTest.Matt Butcher
2013-04-13Relocated deprecated tests.Matt Butcher
2013-04-13Fixed CDATA termination.Matt Butcher
2013-04-13Refactored TokenizerTest.Matt Butcher
2013-04-12CDATA handling is complete. DOCTYPE is begun.Matt Butcher
2013-04-12DOCTYPE bogus comments handled.Technosophos
2013-04-12BogusCOmments. How cool.Technosophos
2013-04-12Updating tests.Matt Butcher
2013-04-12Removed iconv-specific unit tests.Matt Butcher
2013-04-11Working on comments.Technosophos
2013-04-11endTag is done.Technosophos
2013-04-11Working on closing tag and bogus comments.Technosophos
2013-04-11Addressed UTF-8 encoding issues.Technosophos
2013-04-11Moved UTF-8 character check out to UTF8Utils.Technosophos
2013-04-11Working on tag parsing.Matt Butcher
2013-04-11Renamed string stream test file.Matt Farina
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-10Added character reference test.Technosophos
2013-04-10Entities.php, automatically generated.Technosophos
2013-04-10Entities script now creates a class.Technosophos
2013-04-10Ignore scratch.php.Technosophos
2013-04-10Rounded out the Scanner tests.Matt Farina
2013-04-10Added pass through commands on the scanner to the column, row, and characters...Matt Farina
2013-04-10Entity reference generator.Technosophos
2013-04-10Added bounds checking to the scanner current method.Matt Farina
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