summaryrefslogtreecommitdiff
path: root/src/HTML5/Serializer
AgeCommit message (Expand)Author
2014-06-17Add Rule mothodAsmir Mustafic
2014-06-17Serialization rules for boolean attributesAsmir 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-02-11Updated the text escaping and added some separation between escaping and conv...Matt Farina
2014-02-11Tests and code style + nbsp handlingAsmir Mustafic
2014-02-10tests and html5 standardsAsmir Mustafic
2014-02-04escaping attributes in a different wayAsmir Mustafic
2014-02-03Removed quote conversion to entity inside contentAsmir Mustafic
2013-11-05Added tests for the output of processor instructions that lead to fixing that...Matt Farina
2013-10-28Changed serialization for CDATA and comments.Matt Butcher
2013-10-02Added a couple more docs for phpdoc.Matt Farina
2013-09-26Switched to late static bindings to make altering and building with these cla...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-09-15For #16, removed extra wr(' ') from PI serializer.Matt Butcher
2013-09-15Fix for #16: $ele changed to $node.Matt Butcher
2013-07-01Added more mathml tests.Matt Farina
2013-06-26Fixed an issue when writing fragments and trying to check for a tag name on a...Matt Farina
2013-06-26Added basic architectural documentation for the serializer/writerMatt Farina
2013-06-26Moved serializing of DOMDocumentFragment to walking since we will only ever e...Matt Farina
2013-06-24#8: Added DOMDocumentFragment serializing.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-27Removing an outdated comment.Matt Farina
2013-05-27Handling in the traverser the case where the dom passed in is a node list.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
2013-05-18Fixed issue where closing tags were not being written.Matt Farina
2013-05-18General escaping and full html5 encoding with named character references work.Matt Farina
2013-05-07Only raw text should not be encoded (e.g., text in a script or style tag).Matt Farina
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-07Fixed writing text node.Matt Farina
2013-05-06Updated the traverser text method and added a test.Matt Farina
2013-05-06Starting work on internals of the traverser.Matt Farina
2013-05-06Added some commenting on the operation 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-02Moved the traverser block checking code to use the mask on the elements class.Matt Farina