summaryrefslogtreecommitdiff
path: root/src/HTML5/Serializer/Traverser.php
AgeCommit message (Expand)Author
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-23Setting variable for local namespaces to protected in writer.Matt Farina
2015-06-23Removing an old fixme comment about PIMatt Farina
2015-02-03Don't output anything on parse.Ruben Vermeersch
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2013-09-26Switched to late static bindings to make altering and building with these cla...Matt Farina
2013-09-26Moved the output rules from being a configurable option. This is part of a ch...Matt Farina
2013-09-15Fix for #16: $ele changed to $node.Matt Butcher
2013-07-01Added more mathml tests.Matt 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-05-30Updated the option naming so the serializer and parser can share the same def...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-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
2013-05-02Changed constants from UNARY_TAG to VOID_TAG to follow spec.Matt Butcher
2013-04-29Moved the traverser unary tests to the elements class.Matt Farina
2013-04-24Moved back to array lookups for html5 elements. This is SIGNIFICANTLY faster ...Matt Farina
2013-04-22Added documentation to the traverserMatt Farina
2013-04-17Rewrote isUnary testing and added tests.Matt Farina
2013-04-16Converted the isBlock method to use a case insensitive mask and added tests f...Matt Farina
2013-04-16Moved Serializer and Traverser into the Serializer directory.Matt Farina