summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser
AgeCommit message (Expand)Author
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-17Custom namespaces (XML style)Asmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2014-06-11Merge pull request #37 from goetas/new-error-handlingAsmir Mustafic
2014-06-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
2014-05-25Parse RCDATA the right wayKITAITI Makoto
2014-05-15Merge pull request #34 from goetas/prs-testsMatt Farina
2014-05-14Update TokenizerTest.phpAsmir Mustafic
2014-05-14Update DOMTreeBuilderTest.phpAsmir Mustafic
2014-05-14Moved some class in separate filesAsmir Mustafic
2014-05-12PRS-4 testsAsmir Mustafic
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 #25 from goetas/patch-2Matt Farina
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-04Added a test for 8785fc5775df52dd4a6b63677ebd08f8301ffdccAsmir Mustafic
2013-11-06Added instruction processor tests that do something interesting and useful as...Matt Farina
2013-11-06Improved test coverage. This caused a bug in processor instructions to appear...Matt Farina
2013-11-04#20 Some of the parser rules, for special cases, were not returning the eleme...Matt Farina
2013-09-15Fix for #13: Malformed HTML is getting mangled instead of fixed.Matt Butcher
2013-08-10#11: Updated the text handling in the tree builder to more accurately work in...Matt Farina
2013-08-07#11: Updating the text handling for parsing when in before head mode. Now pas...Matt Farina
2013-07-01Added test for autoclosing li.Matt Farina
2013-07-01Added svg test that handles elements. Note, attribute tests were already done.Matt Farina
2013-07-01Added more mathml tests.Matt Farina
2013-06-28Documentation updates for Beta 1!Matt Butcher
2013-06-25Updated unit tests to test #8 fragment parser.Matt Butcher
2013-06-18More work on fragment parser.Matt Butcher
2013-06-13Support for mixed casing on SVG and MathML.Matt Butcher
2013-05-30Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2013-05-30Fix for issue #6: DOCTYPE is no longer case sensitive.Matt Butcher
2013-05-29Fixed test failures in PHP 5.4.Matt Farina
2013-05-28Fixed failed test suite runs.Matt Farina
2013-05-06Updated the TEXT_RAW tags to be those specified and those that should act lik...Matt Farina
2013-05-02Rules for LI, DT, DD, RT, and RP.Matt Butcher
2013-05-02Stubbing out a rules engine for tag special-casing.Matt Butcher
2013-05-02Changed constants from UNARY_TAG to VOID_TAG to follow spec.Matt Butcher
2013-05-01Fixes for PI tests.Matt Butcher
2013-05-01Added parse error tests.Matt Butcher
2013-05-01Fixed faulty test.Matt Butcher
2013-05-01Fixed CDATA.Matt Butcher
2013-04-24MAJOR changes to the DOMTreeBuilder.Matt Butcher
2013-04-24Added attribute handling.Technosophos
2013-04-24Moved to Elements::TEXT_RAW for Tokenizer.Technosophos