Luke
|
201cc1bfcc
LibWeb: Assert we're parsing a fragment on fragment cases
|
5 years ago |
Luke
|
19d6884529
LibWeb: Implement quirks mode detection
|
5 years ago |
Andreas Kling
|
92d831c25b
LibWeb: Implement fragment parsing and use it for Element.innerHTML
|
5 years ago |
Andreas Kling
|
07d976716f
LibWeb: Remove most uses of the old HTML parser
|
5 years ago |
Andreas Kling
|
966bc05fef
LibWeb: Implement more of the foster parenting algorithm in the parser
|
5 years ago |
stelar7
|
5eb39a5f61
LibWeb: Update parser with more insertion modes :^)
|
5 years ago |
Luke
|
6532c1e2fa
LibWeb: Implement HTML parser "in column group" insertion mode
|
5 years ago |
Luke
|
2241b09cd0
LibWeb: Implement HTML parser "in caption" insertion mode
|
5 years ago |
Andreas Kling
|
c40de9275a
LibWeb: Buffer text node character insertions in the new parser
|
5 years ago |
Andreas Kling
|
ca6fbefbc9
LibWeb: Support parsing "select" elements (outside of tables)
|
5 years ago |
Andreas Kling
|
5818ef2c80
LibWeb: Implement more table-related insertion modes
|
5 years ago |
Andreas Kling
|
8c96b8174b
LibWeb: Handle AAA situation where there's no formatting element found
|
5 years ago |
Andreas Kling
|
6854f726ce
LibWeb: Improve support for "a" and "li" during "in body" insertion
|
5 years ago |
Andreas Kling
|
68b1bdc234
LibWeb: Add a way to stop the new HTML parser
|
5 years ago |
Andreas Kling
|
5e53c45113
LibWeb: Plumb content encoding into the new HTML parser
|
5 years ago |
Andreas Kling
|
7aa7a2078f
LibWeb: Parse "td" start tags during "in cell" insertion mode
|
5 years ago |
Andreas Kling
|
ebb1649a52
LibWeb: Implement more table support in the new HTML parser
|
5 years ago |
Andreas Kling
|
db6cf9b37d
LibWeb: Implement the first half of the Adoption Agency Algorithm
|
5 years ago |
Andreas Kling
|
4c9c6b3a7b
LibWeb: Bring up basic external script execution in the new parser
|
5 years ago |
Andreas Kling
|
1e30ef239b
LibWeb: Start fleshing out the "in table" parser insertion mode
|
5 years ago |
Andreas Kling
|
65d8d5e83e
LibWeb: Yet more work towards parsing www/welcome.html :^)
|
5 years ago |
Andreas Kling
|
45da08a1e6
LibWeb: A whole bunch of work towards spec-compliant <script> elements
|
5 years ago |
Andreas Kling
|
5d332c1f11
LibWeb: Parse enough to handle a <style> inside a <head> :^)
|
5 years ago |
Andreas Kling
|
af8a9331b2
LibWeb: Support comments in the "in head" insertion mode
|
5 years ago |
Andreas Kling
|
20911efd4d
LibWeb: More work on the HTML parser and tokenizer
|
5 years ago |
Andreas Kling
|
31db3f21ae
LibWeb: Start implementing character token parsing
|
5 years ago |
Andreas Kling
|
53d2f4df70
LibWeb: Factor out the "stack of open elements" into its own class
|
5 years ago |
Andreas Kling
|
e44c87cfff
LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)
|
5 years ago |
Andreas Kling
|
fd1b31d0ff
LibWeb: Start building the tree building part of the new HTML parser
|
5 years ago |