197 Commits (b4d2f21199021b38e0d46d87a9c05ed02d3dcb26)
 

Author SHA1 Message Date
J. King b4d2f21199 Add missing tests for charset pre-scan 3 years ago
J. King 93f0e3cf73 Minor cleanup 3 years ago
J. King da3657430b Fill out more coverage 3 years ago
J. King 3915b41e47 Set id attributes as IDs 3 years ago
J. King 66093df6b7 Fix fragment parser and regression in innerHTML 3 years ago
Dustin Wilson b174c6b49b inner and outerHTML now use parseFragment, fixes to parseFragment 3 years ago
Dustin Wilson b6c854be11 Finished off outerHTML 3 years ago
J. King a0025e572d More comparison data 3 years ago
J. King 3deddbddf3 More comparison items 3 years ago
J. King 3f1e71d45e Add draft comparison table 3 years ago
J. King e498f014d2 Use fixed intl 3 years ago
J. King dfe3ad3a99 Remove obsolete comments 3 years ago
Dustin Wilson c1bf8c983b Added innerHTML to Element, getting of outerHTML, started on setting 3 years ago
J. King 6cac402375 Minor cleanup 3 years ago
J. King ef2cb5a835 Don't emit errors if positions are not tracked 3 years ago
J. King 8131888634 Expose original document encoding 3 years ago
J. King 66d0699947 Don't pass the stack unnecessarily 3 years ago
J. King 2522059fa8 Fix object reference cycle 3 years ago
J. King 0392b816c0 Move integration point checking to tree builder 3 years ago
J. King 403432bad5 Consolidate tree constructor into single loop 3 years ago
J. King 55516faeea Remove last instance of recursive reprocessing 3 years ago
J. King 5895614c2c Remove more instances of recursive reprocessing 3 years ago
J. King 329a86b082 Use separate class for null character tokens 3 years ago
J. King b4c50a1115 Fixed missed double emission in tokenizer 3 years ago
J. King 354f5acf0a Simplify tree construction slightly 3 years ago
Dustin Wilson ce127d0192 Fixed printing of document types 3 years ago
J. King 7f53465951 Fix remaining error positions 3 years ago
J. King c6c51475cf Convert tokenizer to generator 3 years ago
J. King 3111c88376 Optimize character consumption 3 years ago
J. King dfac8ad4f1 Reduce calls to count() 3 years ago
J. King 8031648e03 Speed up the open elements stack 3 years ago
J. King ad50037fff Speed up character consuming 3 years ago
J. King 104c89cc76 Small fix 3 years ago
J. King be10fae2c1 Use userspace intl for coercion 3 years ago
J. King 3e294e47aa Fix up the rest of the error counts 3 years ago
J. King 2b01a33a85 Incorporate recent spec change 3 years ago
J. King 3f23040e1d Fix most parse error counts 3 years ago
J. King bdddbeacd6 Fix adoption agency 3 years ago
J. King d3a12f56cf Correct handling of h6 end tag 3 years ago
J. King cd41770653 First pass at high-level API 3 years ago
J. King 210eac8f64 Optionally use PHPUnit 9 3 years ago
J. King fd01acfa5c Partial fixes for adoption agency 3 years ago
J. King f50c46952e Implement XML infoset coercion 3 years ago
J. King 5d9b1a3a68 Start on infoset coercison 3 years ago
J. King 2637d76639 Update dependencies for PHP 8 3 years ago
J. King 647665579a Add newer special elements 3 years ago
J. King 01361efdb8 Various fixes 3 years ago
J. King 3108808c10 Testmore MathML properly 3 years ago
J. King c25e4eca41 Implement rest of insertion modes 3 years ago
J. King 179a21441c Select and template insertion modes 3 years ago