summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-23Merge branch 'master' of github.com:technosophos/HTML5-PHPTechnosophos
2013-04-23Added an instruction processor for PIs.Technosophos
2013-04-22Added documentation to the traverserMatt Farina
2013-04-19Stubs for tree builder and tests.Technosophos
2013-04-19Finished minor refactoring of tokenizer.Technosophos
2013-04-19Added consume() to scanner, refactoring Tokenizer.Technosophos
2013-04-19Full support for rawtext. Unit tests finished.Technosophos
2013-04-19Added support for raw text.Technosophos
2013-04-18Updated README.Technosophos
2013-04-18Fixed attribute tokenizing for 8.1.2.3.Technosophos
2013-04-18Updating general docs.Technosophos
2013-04-18Updating Parser docs.Technosophos
2013-04-18Tokenizer now handles sophisticated tags.Technosophos
2013-04-18Well-formed attribute values are working.Technosophos
2013-04-17Fixed bug in whitespace consumer.Technosophos
2013-04-17Refactoring Tokenizer tests.Technosophos
2013-04-17Updated Tokenizer tests with new tag tests.Technosophos
2013-04-17Merge branch 'master' of github.com:technosophos/HTML5-PHPTechnosophos
2013-04-17Added uppercase tests.Technosophos
2013-04-17Fixed broken tag test.Technosophos
2013-04-17Rewrote isUnary testing and added tests.Matt Farina
2013-04-16Converted the isBlock method to use a case insensitive mask and added tests f...Matt Farina
2013-04-16Stubbed out the TraverserTest and moved the SerielizerTest to the Serielizer ...Matt Farina
2013-04-16Moved Serializer and Traverser into the Serializer directory.Matt Farina
2013-04-16Fixed code in readme.Matt Farina
2013-04-16Working on simple tags.Technosophos
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