summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-31reduce number of times "current" is invokedAsmir Mustafic
2017-08-28Fixes https://github.com/Masterminds/html5-php/issues/124Asmir Mustafic
2017-08-25handle special "img" "image" handlingAsmir Mustafic
2017-07-26Fix https://github.com/Masterminds/html5-php/issues/131Asmir Mustafic
2016-09-22don't close optgroup when followed by an optionValentin Kunz
2016-09-22Merge pull request #116 from Masterminds/case-sensitive-namesAsmir Mustafic
2016-08-19Alternative implementation of https://github.com/Masterminds/html5-php/pull/115Asmir Mustafic
2016-08-17In XML mode, tags are case sensitiveAsmir Mustafic
2016-08-17When outputting a TEXT_RAW node, make sure each child is an instance of DOMCh...Danny Smart
2016-05-09Correct address to reflect proper specfiication.William Hearn
2016-03-28Merge pull request #99 from Masterminds/fix/98Asmir Mustafic
2016-03-19Use mb_substitute_character instead of ini_setDer Mundschenk & Compagnie
2016-03-18Fixes #98: a DOM is allowed within noscript tagsMatt Farina
2016-03-15Fixes #96: Parser breaking xml:href on svgs that use the "use" elementMatt Farina
2016-01-31Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2016-01-26Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2015-06-23Removing an old fixme comment about PIMatt Farina
2015-06-22doctype method has no arguments. Fixing.Matt Farina
2015-06-19Correcting the @return type to a phpdoc value.Matt Farina
2015-06-18Updated comment to reflect return value.Matt Farina
2015-06-07Allow multiple root nodesAsmir Mustafic
2015-05-09Addex exhaustive list of non boolean html attributesAsmir Mustafic
2015-05-09Improved boolean attribute handlingAsmir Mustafic
2015-03-08Closes #78: Fixes bug where unmatched entity like string drops everything aft...Matt Farina
2015-02-06Using constant as optionsAsmir Mustafic
2015-02-06Adding "disableHtmlNsInDom" and "targetDocument" options to allow moreJohn Slegers
2015-02-03Don't output anything on parse.Ruben Vermeersch
2015-02-02Allow whitespaces in RCDATA end tagsZhaofeng Li
2015-01-20Merge pull request #73 from Westie/masterAsmir Mustafic
2015-01-15Fixed alphabet, ß now can be detectedDavid Weston
2015-01-06Added $options to HTML loading methodsAsmir Mustafic
2014-12-17Merge pull request #64 from goetas/i63Asmir Mustafic
2014-12-14Case insensitive comparison only for html5 tagsAsmir Mustafic
2014-12-14Auto closing tags if they allows only inline nodes as child nodesAsmir Mustafic
2014-12-01Added support for dashes in element tag names (closes #65)Asmir Mustafic
2014-11-24Case insensitive tagsAsmir Mustafic
2014-09-30Handling empty documentsAsmir Mustafic
2014-09-23Fragments with rulesAsmir Mustafic
2014-08-01Closes #56Asmir Mustafic
2014-07-28Released 2.0.0Asmir Mustafic
2014-07-22Merge remote-tracking branch 'goetas/bolean-attr'Asmir Mustafic
2014-07-18Fixed a HHVM issue (can't reproduce on this project...)Asmir Mustafic
2014-07-09Optimized namespaceAttrs, removing one xpath queryAsmir Mustafic
2014-07-08Removed xmlns workaround, using a different method, that supports XMLNSAsmir Mustafic
2014-06-30Easier implementation. Instead looking for boolean attributes, we canAsmir Mustafic
2014-06-30Fiexed a issue when xmlNamespaces = trueAsmir Mustafic
2014-06-26Added compatibility with Facebook HHVM 3.2Asmir Mustafic
2014-06-17php5.3 array styleAsmir Mustafic
2014-06-17Add Rule mothodAsmir Mustafic
2014-06-17Serialization rules for boolean attributesAsmir Mustafic