summaryrefslogtreecommitdiff
path: root/src/HTML5
AgeCommit message (Expand)Author
2018-11-26Optimize the parsing of unquoted attributesChristophe Coevoet
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-24Merge pull request #153 from stof/optimize_whitespaceAsmir Mustafic
2018-11-24Merge pull request #156 from stof/fix_typoAsmir Mustafic
2018-11-24Fix typos in commentsChristophe Coevoet
2018-11-24Optimize the check for the element types during adding.Christophe Coevoet
2018-11-24Optimize consuming whitespacesChristophe Coevoet
2018-11-24Merge pull request #150 from Masterminds/backportAsmir Mustafic
2018-11-24Merge pull request #152 from stof/fix_typoAsmir Mustafic
2018-11-24Fix typo in an error messageChristophe Coevoet
2018-11-24Optimize the handling of references when consuming dataChristophe Coevoet
2018-11-23The element mask is 0 rather than false if element not fount.Matt Farina
2018-11-23Setting variable for local namespaces to protected in writer.Matt Farina
2018-11-08move sequenceMatches to the ScannerAsmir Mustafic
2018-11-08improve consume speedAsmir Mustafic
2018-11-08Merge pull request #147 from tgalopin/tokenizer-perfsAsmir Mustafic
2018-11-06Remove another current callTitouan Galopin
2018-11-05Inline tag open in Tokenizer to further improve performancesTitouan Galopin
2018-11-05Improve Tokenizer performance by inlining text parsing and removing some Scan...Titouan Galopin
2018-11-03Improve performance by relying on a native string instead of InputStreamTitouan Galopin
2018-11-02Add more extensions on composer.json, improve phpdocs and remove dead codeTitouan Galopin
2018-10-08audio is not a block tagAsmir Mustafic
2017-12-04#136: Respect self-closing tags only on foreign elementsAlbert Peschar
2017-09-01Merge pull request #134 from Masterminds/ampersand-in-urlsAsmir Mustafic
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