summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-19Full support for rawtext. Unit tests finished.Technosophos
2013-04-19Added support for raw text.Technosophos
2013-04-18Fixed attribute tokenizing for 8.1.2.3.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-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-16Moved Serializer and Traverser into the Serializer directory.Matt Farina
2013-04-16Working on simple tags.Technosophos
2013-04-16Added support for processing instructions.Technosophos
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-13Fixed CDATA termination.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-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-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