summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-06-24#8: Added DOMDocumentFragment serializing.Matt Farina
2013-06-18More work on fragment parser.Matt Butcher
2013-06-18More SVG testing.Matt Farina
2013-06-18Fixed an issue in the outputrules test where a test could have two output rul...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-13Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2013-06-13Support for mixed casing on SVG and MathML.Matt Butcher
2013-06-12Added support for attributes without values and a attribute test.Matt Farina
2013-06-12#4 and #7, Cleaned up the MathMl support and added a test.Matt Farina
2013-06-11Part of #4 and #7: Added normalization of element and attribute names to SVG ...Matt Farina
2013-06-11Added SVG and MathML element and attribute normalization.Matt Farina
2013-06-09Added test for doctype method on outputrules.Matt Farina
2013-06-04Added a serializer test for a file on the system.Matt Farina
2013-06-03Added tests to fill out the HTML5 class.Matt Farina
2013-05-30Updated the option naming so the serializer and parser can share the same def...Matt Farina
2013-05-30Updated the overall test of parse, render, parse to use a lowercase doctype.Matt Farina
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-30Added tests to make sure we can parse, save, and then parse the saved document.Matt Farina
2013-05-29Fixed test failures in PHP 5.4.Matt Farina
2013-05-28Fixed failed test suite runs.Matt Farina
2013-05-27Added OutputRules tests.Matt Farina
2013-05-27Fixed cdata and text handling.Matt Farina
2013-05-27Seperated the Traverser from the Output generation.Matt Farina
2013-05-23Fixed the serializer tests. They were testing on fragments which are not curr...Matt Farina
2013-05-22Updating the serializer tests to use the proper html5 static method.Matt Farina
2013-05-18General escaping and full html5 encoding with named character references work.Matt Farina
2013-05-15Updated the \HTML5 class to parse with static methods, updated the Traverser ...Matt Farina
2013-05-15Removed the last vestiges of libhtml5.Matt Butcher
2013-05-07Make encoding work (with testing) under php 5.3.Matt Farina
2013-05-07Tested and updated the traverser encoding in php 5.4.Matt Farina
2013-05-06Updated the traverser to use the html5 parser.Matt Farina
2013-05-06Updated the traverser text method and added a test.Matt Farina
2013-05-06Updated the TEXT_RAW tags to be those specified and those that should act lik...Matt Farina
2013-05-06Starting work on internals of the traverser.Matt Farina
2013-05-03Added comments and tests for wr on traverser.Matt Farina
2013-05-03Tests and comments for new lines in the traverser.Matt Farina
2013-05-03Added constructor test to the traverser.Matt Farina
2013-05-02Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-05-02Updated the unary terminology to void in the element tests.Matt Farina
2013-05-02Moved the traverser block checking code to use the mask on the elements class.Matt Farina
2013-05-02Added block element checking to elements class.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-01Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Butcher
2013-05-01Fixed faulty test.Matt Butcher