summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
AgeCommit message (Collapse)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
Fixes #114
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 ↵Matt Farina
after &.
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
Refactored HTML5 class, removed static methods
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
handling
2014-05-15Merge pull request #34 from goetas/prs-testsMatt Farina
Fixes the testing errors and makes the tests PSR compatible
2014-05-12PRS-4 testsAsmir Mustafic
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and ↵Matt Farina
normalizing tag names to lowercase (per 8.2.4.9) except for SVG foreign tags that are case sensitive.
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 ↵Matt Farina
level was a wrapper for parsing. Moved the serializing interface to be in the same form as the parser for consistency.
2013-09-26Moved the output rules from being a configurable option. This is part of a ↵Matt Farina
change to commonize how we override classes to be more consistent.
2013-06-28Added a test around prefixed xml. It's a weird and invalid case. But, ↵Matt Farina
following the naming conventions in 2.9 means parsing and spitting it out works though each element is treated as an unknown element.
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 ↵Matt Farina
correct mathml tag name. Closing #7.
2013-06-17#4 Added SVG tests and fixed issues with self closing non-html tags and ↵Matt Farina
attributes with a value of 0.
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