summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-27Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2013-06-27Changing prefix handling per section 2.9 of the spec.Matt Butcher
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-26Added DOMDocumentFragment to the parser documentation.Matt Farina
2013-06-26Added a helper method of loadHTMLFragment to get a DOMDocumentFragment.Matt Farina
2013-06-26Moved serializing of DOMDocumentFragment to walking since we will only ever e...Matt Farina
2013-06-25Issue #8: Can now parse fragments.Matt Butcher
2013-06-24Trying another method of fragment parsing.Matt Butcher
2013-06-24#8: Added DOMDocumentFragment serializing.Matt Farina
2013-06-18Copied errors from document to fragment.Matt Butcher
2013-06-18More work on fragment parser.Matt Butcher
2013-06-18Very beginning of work on fragment parser (#4).Matt Butcher
2013-06-17Added mathml tests to test case sensitivity and fixed the parser for the corr...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-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-05-30Updated the option naming so the serializer and parser can share the same def...Matt Farina
2013-05-30Removed the options argument from the parser since they aren't being used.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-29Moved mbstring encoding to be used before iconv. Tests passing on PHP 5.4.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-25Fixed issue #3: static call to non-static method.Matt Butcher
2013-05-18Fixed issue where closing tags were not being written.Matt Farina
2013-05-18Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-05-18General escaping and full html5 encoding with named character references work.Matt Farina
2013-05-15Updated docs.Matt Butcher
2013-05-15Updated the \HTML5 class to parse with static methods, updated the Traverser ...Matt Farina
2013-05-15Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-05-15Removed the last vestiges of libhtml5.Matt Butcher
2013-05-15Updated main HTML5 class.Matt Butcher
2013-05-15Updaed TreeBuildingRules for tables and other elements.Matt Butcher
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