summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser
AgeCommit message (Expand)Author
2014-02-11Removed trailing whitespaceMišo Belica
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and norma...Matt Farina
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-04#20 Some of the parser rules, for special cases, were not returning the eleme...Matt Farina
2013-09-26Switched to late static bindings to make altering and building with these cla...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-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-06-28Documentation updates for Beta 1!Matt Butcher
2013-06-27Changing prefix handling per section 2.9 of the spec.Matt Butcher
2013-06-26Added DOMDocumentFragment to the parser documentation.Matt Farina
2013-06-25Issue #8: Can now parse fragments.Matt Butcher
2013-06-24Trying another method of fragment parsing.Matt Butcher
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-13Support for mixed casing on SVG and MathML.Matt Butcher
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-25Fixed issue #3: static call to non-static method.Matt Butcher
2013-05-15Updaed TreeBuildingRules for tables and other elements.Matt Butcher
2013-05-02Rules for LI, DT, DD, RT, and RP.Matt Butcher
2013-05-02Stubbing out a rules engine for tag special-casing.Matt Butcher
2013-05-02Changed constants from UNARY_TAG to VOID_TAG to follow spec.Matt Butcher
2013-05-01Fixes for PI tests.Matt Butcher
2013-05-01Fixed faulty test.Matt Butcher
2013-05-01Fixed CDATA.Matt Butcher
2013-04-24MAJOR changes to the DOMTreeBuilder.Matt Butcher
2013-04-24Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Butcher
2013-04-24Added attribute handling.Technosophos
2013-04-24Removed deprecated constants.Technosophos
2013-04-24Moved to Elements::TEXT_RAW for Tokenizer.Technosophos
2013-04-24Unit tests for DOMTreeBuilder begun.Technosophos
2013-04-24Updated DOMTree builder.Matt Butcher
2013-04-23Added an instruction processor for PIs.Technosophos
2013-04-19Stubs for tree builder and tests.Technosophos
2013-04-19Finished minor refactoring of tokenizer.Technosophos
2013-04-19Added consume() to scanner, refactoring Tokenizer.Technosophos
2013-04-19Full support for rawtext. Unit tests finished.Technosophos
2013-04-19Added support for raw text.Technosophos
2013-04-18Fixed attribute tokenizing for 8.1.2.3.Technosophos
2013-04-18Updating Parser docs.Technosophos