summaryrefslogtreecommitdiff
path: root/src/HTML5/Serializer/OutputRules.php
AgeCommit message (Expand)Author
2013-06-26Fixed an issue when writing fragments and trying to check for a tag name on a...Matt Farina
2013-06-17Fixing some indentation.Matt Farina
2013-06-17#4 Added SVG tests and fixed issues with self closing non-html tags and attri...Matt Farina
2013-06-17Changed the svg/mathml handling to more closely mirror the parser.Matt Farina
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-05-30Updated the option naming so the serializer and parser can share the same def...Matt Farina
2013-05-27Added OutputRules tests.Matt Farina
2013-05-27Added an interface for Output Rules to document how they work.Matt Farina
2013-05-27Added some rule documentation.Matt Farina
2013-05-27Fixed cdata and text handling.Matt Farina
2013-05-27Seperated the Traverser from the Output generation.Matt Farina