summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/Tokenizer.php
AgeCommit message (Expand)Author
2014-11-24Case insensitive tagsAsmir Mustafic
2014-08-01Closes #56Asmir Mustafic
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2014-05-25Parse RCDATA the right wayKITAITI Makoto
2014-04-16Don't throw an exception for invalid tag namesMišo Belica
2014-02-21Ignore attributes with illegal chars in name (fixes #23)Mišo Belica
2014-02-11Merge pull request #28 from miso-belica/fix-infinite-cycleMatt Butcher
2014-02-11Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2014-02-11Fix for #25: Handle missing tag close in attribute list.Matt Butcher
2014-02-11Fixed infinite loop for char "&" in unquoted attributeMišo Belica
2014-02-11Removed trailing whitespaceMišo Belica
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and norma...Matt Farina
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