summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
AgeCommit message (Expand)Author
2018-11-24Fix typos in commentsChristophe Coevoet
2017-08-25handle special "img" "image" handlingAsmir Mustafic
2016-08-17In XML mode, tags are case sensitiveAsmir Mustafic
2016-03-15Fixes #96: Parser breaking xml:href on svgs that use the "use" elementMatt Farina
2015-06-07Allow multiple root nodesAsmir Mustafic
2015-03-08Closes #78: Fixes bug where unmatched entity like string drops everything aft...Matt Farina
2015-01-06Added $options to HTML loading methodsAsmir Mustafic
2014-12-01Added support for dashes in element tag names (closes #65)Asmir Mustafic
2014-06-17PSR-2 formattingAsmir 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-09#32 Fixed bug where character references were being encoded in style tags.Matt Farina
2014-06-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
2014-05-15Merge pull request #34 from goetas/prs-testsMatt Farina
2014-05-12PRS-4 testsAsmir Mustafic
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and norma...Matt Farina
2013-11-06Cleaning up the sarcasm tag parsing.Matt Farina
2013-11-05Added more tests for the HTML5 class to complete test coverage.Matt Farina
2013-09-26The serializer was a wrapper for serializing the same way html5 at the top le...Matt Farina
2013-09-26Moved the output rules from being a configurable option. This is part of a ch...Matt Farina
2013-06-28Added a test around prefixed xml. It's a weird and invalid case. But, followi...Matt Farina
2013-06-26#8 Testing saving of fragments.Matt Farina
2013-06-26Added a helper method of loadHTMLFragment to get a DOMDocumentFragment.Matt Farina
2013-06-17Added mathml tests to test case sensitivity and fixed the parser for the corr...Matt Farina
2013-06-17#4 Added SVG tests and fixed issues with self closing non-html tags and attri...Matt Farina
2013-06-03Added tests to fill out the HTML5 class.Matt Farina
2013-05-30Added tests to make sure we can parse, save, and then parse the saved document.Matt Farina