Andreas Kling
|
07d976716f
LibWeb: Remove most uses of the old HTML parser
|
5 năm trước cách đây |
Andreas Kling
|
dd7cd92de4
LibWeb: Fix two typo bugs in table parsing
|
5 năm trước cách đây |
Andreas Kling
|
15b5dfc794
LibWeb: A </table> inside <tbody> is not a parse error
|
5 năm trước cách đây |
Andreas Kling
|
966bc05fef
LibWeb: Implement more of the foster parenting algorithm in the parser
|
5 năm trước cách đây |
stelar7
|
5eb39a5f61
LibWeb: Update parser with more insertion modes :^)
|
5 năm trước cách đây |
Andreas Kling
|
49cd03be95
LibWeb: Fix broken parsing of </form> during "in body" insertion
|
5 năm trước cách đây |
Andreas Kling
|
2f26d4c6a1
LibWeb: Fix broken parsing of </select> during "in select" insertion
|
5 năm trước cách đây |
Andreas Kling
|
17d26b92f8
LibWeb: Just ignore <script> elements that failed to load the script
|
5 năm trước cách đây |
Luke
|
a01478c858
LibWeb: Fully implement HTML parser "in table" insertion mode
|
5 năm trước cách đây |
Luke
|
6532c1e2fa
LibWeb: Implement HTML parser "in column group" insertion mode
|
5 năm trước cách đây |
Luke
|
2241b09cd0
LibWeb: Implement HTML parser "in caption" insertion mode
|
5 năm trước cách đây |
Luke
|
821312729a
LibWeb: Fully implement all DOCTYPE tokenizer states
|
5 năm trước cách đây |
Andreas Kling
|
9b17bf3dcd
LibWeb: Use HTML::TagNames globals in the new HTML parser
|
5 năm trước cách đây |
Andreas Kling
|
be6abce44f
LibWeb: Handle EOF tokens during "text" insertion
|
5 năm trước cách đây |
Andreas Kling
|
3337365000
LibWeb: Parse param/source/track start tags during "in body" insertion
|
5 năm trước cách đây |
Andreas Kling
|
b4591f0037
LibWeb: Fix parsing of "<textarea></textarea>"
|
5 năm trước cách đây |
Kyle McLean
|
b9549078cc
LibWeb: Handle "html" end tag during "in body"
|
5 năm trước cách đây |
Kyle McLean
|
a3bf3a5d68
LibWeb: Handle "xmp" start tag during "in body"
|
5 năm trước cách đây |
Kyle McLean
|
c70bd0ba58
LibWeb: Handle "nobr" start tag during "in body"
|
5 năm trước cách đây |
Kyle McLean
|
22521e57fd
LibWeb: Handle "form" end tag during "in body" if stack of open elements does not contain "template"
|
5 năm trước cách đây |
Kyle McLean
|
4edd0643a6
LibWeb: Handle NULL character during "in body"
|
5 năm trước cách đây |
Kyle McLean
|
5e3972a946
LibWeb: Parse "body" end tags during "in body"
|
5 năm trước cách đây |
Kyle McLean
|
1ad81e4833
LibWeb: Parse "br" end tags during "in body"
|
5 năm trước cách đây |
Kyle McLean
|
9fca4b56d3
LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"
|
5 năm trước cách đây |
Andreas Kling
|
3c2fbc825c
LibWeb: Call children_changed() on text nodes when flushing characters
|
5 năm trước cách đây |
Andreas Kling
|
c40de9275a
LibWeb: Buffer text node character insertions in the new parser
|
5 năm trước cách đây |
Andreas Kling
|
410fa5abe0
LibWeb: Parse barebones document without doctype, <html>, etc.
|
5 năm trước cách đây |
Andreas Kling
|
e5ddb76a67
LibWeb: Support "td" and "th" start tags during "in table body"
|
5 năm trước cách đây |
Andreas Kling
|
8766e49a7c
LibWeb+Browser: Use the new HTML parser by default
|
5 năm trước cách đây |
Andreas Kling
|
5944abf31c
LibWeb: More parser cases in the "in body" and "after after body" modes
|
5 năm trước cách đây |