summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-26Added compatibility with Facebook HHVM 3.2Asmir 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-06-11Merge pull request #37 from goetas/new-error-handlingAsmir Mustafic
2014-06-09#32 Fixed bug where character references were being encoded in style tags.Matt Farina
2014-06-06Wrong param name on loadHTMLFile methodAsmir Mustafic
2014-06-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
2014-05-25Parse RCDATA the right wayKITAITI Makoto
2014-04-16Don't throw an exception for invalid tag namesMišo Belica
2014-02-21Ignore attributes with illegal chars in name (fixes #23)Mišo Belica
2014-02-19Removed trailing whitespaceMišo Belica
2014-02-11Updated the text escaping and added some separation between escaping and conv...Matt Farina
2014-02-11Merge pull request #25 from goetas/patch-2Matt Farina
2014-02-11Merge pull request #28 from miso-belica/fix-infinite-cycleMatt Butcher
2014-02-11Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2014-02-11Fix for #25: Handle missing tag close in attribute list.Matt Butcher
2014-02-11Fixed infinite loop for char "&" in unquoted attributeMišo Belica
2014-02-11Removed trailing whitespaceMišo Belica
2014-02-11Tests and code style + nbsp handlingAsmir Mustafic
2014-02-10tests and html5 standardsAsmir Mustafic
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and norma...Matt Farina
2014-02-04escaping attributes in a different wayAsmir Mustafic
2014-02-04Merge remote-tracking branch 'origin/patch-1' into patch-2Asmir Mustafic
2014-02-03Removed quote conversion to entity inside contentAsmir Mustafic
2014-02-03Update Tokenizer.phpAsmir Mustafic
2013-11-06Cleaning up the sarcasm tag parsing.Matt Farina
2013-11-06Improving the documentation coverage.Matt Farina
2013-11-06Improved test coverage. This caused a bug in processor instructions to appear...Matt Farina
2013-11-05Added tests for the output of processor instructions that lead to fixing that...Matt Farina
2013-11-04#20 Some of the parser rules, for special cases, were not returning the eleme...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-15Fix for #13: Malformed HTML is getting mangled instead of fixed.Matt Butcher
2013-09-15Fixed the logic for search for a close-instruction (#16).Matt Butcher
2013-09-15For #16, removed extra wr(' ') from PI serializer.Matt Butcher
2013-09-15Fix for #16: $ele changed to $node.Matt Butcher
2013-09-15Committed MrElectronic's change for #17.Matt Butcher
2013-08-10#11: Updated the text handling in the tree builder to more accurately work in...Matt Farina
2013-08-07#11: Updating the text handling for parsing when in before head mode. Now pas...Matt Farina
2013-07-10wrong $this->scanner->next() call.Kuhar Vasily
2013-07-01Added more mathml tests.Matt Farina
2013-06-28Updated documentation on elements and exception.Matt Butcher
2013-06-28Documentation updates for Beta 1!Matt Butcher
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