summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/DOMTreeBuilderTest.php
AgeCommit message (Expand)Author
2020-07-05cs fixAsmir Mustafic
2020-06-24Add special case for end tag </br>. Fixes #185Rowan Tommins
2020-02-06prevent infinite loop on unterminated entity declaration at end of streamAsmir Mustafic
2019-06-14Set default encoding in the doc object.Ilias Dimopoulos
2018-11-25Fix coding styleTitouan Galopin
2018-11-03Improve performance by relying on a native string instead of InputStreamTitouan Galopin
2018-10-08audio is not a block tagAsmir Mustafic
2017-12-04Add testcases for #136Albert Peschar
2017-08-28Fixes https://github.com/Masterminds/html5-php/issues/124Asmir Mustafic
2016-09-22renamed labelAsmir Mustafic
2016-09-22don't close optgroup when followed by an optionValentin Kunz
2016-03-18Fixes #98: a DOM is allowed within noscript tagsMatt Farina
2015-02-06Added tests for "target_document" and "disable_html_ns" optionsAsmir Mustafic
2014-12-17Merge pull request #64 from goetas/i63Asmir Mustafic
2014-12-14Case insensitive comparison only for html5 tagsAsmir Mustafic
2014-12-14Auto closing tags if they allows only inline nodes as child nodesAsmir Mustafic
2014-11-24Case insensitive tagsAsmir Mustafic
2014-07-08Removed xmlns workaround, using a different method, that supports XMLNSAsmir Mustafic
2014-06-30Fiexed a issue when xmlNamespaces = trueAsmir Mustafic
2014-06-26Added compatibility with Facebook HHVM 3.2Asmir Mustafic
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-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
2014-05-14Update DOMTreeBuilderTest.phpAsmir Mustafic
2014-05-12PRS-4 testsAsmir 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-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-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-24Unit tests for DOMTreeBuilder begun.Technosophos
2013-04-19Stubs for tree builder and tests.Technosophos