summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/Tokenizer.php
AgeCommit message (Expand)Author
2014-02-03Update Tokenizer.phpAsmir Mustafic
2013-09-26Switched to late static bindings to make altering and building with these cla...Matt Farina
2013-09-15Fixed the logic for search for a close-instruction (#16).Matt Butcher
2013-09-15Committed MrElectronic's change for #17.Matt Butcher
2013-07-10wrong $this->scanner->next() call.Kuhar Vasily
2013-05-30Fix for issue #6: DOCTYPE is no longer case sensitive.Matt Butcher
2013-04-24Removed deprecated constants.Technosophos
2013-04-24Moved to Elements::TEXT_RAW for Tokenizer.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-18Fixed attribute tokenizing for 8.1.2.3.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-17Added uppercase tests.Technosophos
2013-04-17Fixed broken tag test.Technosophos
2013-04-16Working on simple tags.Technosophos
2013-04-16Added support for processing instructions.Technosophos
2013-04-15Unit tests for DOCTYPE are all passing.Technosophos
2013-04-15First shot at DOCTYPE parsing and testing.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-11Working on tag parsing.Matt Butcher
2013-04-10Streamlining recursion.Technosophos
2013-04-10Instead of throwing parse errors, we now send as events.Technosophos
2013-04-10Finishing tests on entities.Technosophos
2013-04-10Working on entity resolution.Technosophos
2013-04-10Added main parsing loop.Technosophos
2013-04-10Fixed a naming slip.Matt Farina
2013-04-10HIGHLY EXPERIMENTAL: Writing a new parser.Matt Butcher