Andreas Kling
|
9b17bf3dcd
LibWeb: Use HTML::TagNames globals in the new HTML parser
|
5 лет назад |
Andreas Kling
|
be6abce44f
LibWeb: Handle EOF tokens during "text" insertion
|
5 лет назад |
Andreas Kling
|
3337365000
LibWeb: Parse param/source/track start tags during "in body" insertion
|
5 лет назад |
Andreas Kling
|
b4591f0037
LibWeb: Fix parsing of "<textarea></textarea>"
|
5 лет назад |
Kyle McLean
|
b9549078cc
LibWeb: Handle "html" end tag during "in body"
|
5 лет назад |
Kyle McLean
|
a3bf3a5d68
LibWeb: Handle "xmp" start tag during "in body"
|
5 лет назад |
Kyle McLean
|
c70bd0ba58
LibWeb: Handle "nobr" start tag during "in body"
|
5 лет назад |
Kyle McLean
|
22521e57fd
LibWeb: Handle "form" end tag during "in body" if stack of open elements does not contain "template"
|
5 лет назад |
Kyle McLean
|
4edd0643a6
LibWeb: Handle NULL character during "in body"
|
5 лет назад |
Kyle McLean
|
5e3972a946
LibWeb: Parse "body" end tags during "in body"
|
5 лет назад |
Kyle McLean
|
1ad81e4833
LibWeb: Parse "br" end tags during "in body"
|
5 лет назад |
Kyle McLean
|
9fca4b56d3
LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"
|
5 лет назад |
Andreas Kling
|
3c2fbc825c
LibWeb: Call children_changed() on text nodes when flushing characters
|
5 лет назад |
Andreas Kling
|
c40de9275a
LibWeb: Buffer text node character insertions in the new parser
|
5 лет назад |
Andreas Kling
|
410fa5abe0
LibWeb: Parse barebones document without doctype, <html>, etc.
|
5 лет назад |
Andreas Kling
|
e5ddb76a67
LibWeb: Support "td" and "th" start tags during "in table body"
|
5 лет назад |
Andreas Kling
|
8766e49a7c
LibWeb+Browser: Use the new HTML parser by default
|
5 лет назад |
Andreas Kling
|
5944abf31c
LibWeb: More parser cases in the "in body" and "after after body" modes
|
5 лет назад |
Andreas Kling
|
8429551368
LibWeb: Implement more of the "after head" insertion mode
|
5 лет назад |
Andreas Kling
|
d058addd74
LibWeb: Handle "dd" and "dt" end tags during "in body"
|
5 лет назад |
Andreas Kling
|
ca6fbefbc9
LibWeb: Support parsing "select" elements (outside of tables)
|
5 лет назад |
Andreas Kling
|
60352c7b9b
LibWeb: Hack the parser to dodge <template> elements in <head> for now
|
5 лет назад |
Andreas Kling
|
ca23db10ef
LibWeb: Don't crash when encountering <svg> or <math> elements
|
5 лет назад |
Andreas Kling
|
756829555a
LibWeb: Parse "textarea" tags during the "in body" insertion mode
|
5 лет назад |
Andreas Kling
|
f4778d1ba0
LibWeb: Add missing special tag case in the "in body" insertion mode
|
5 лет назад |
Andreas Kling
|
5818ef2c80
LibWeb: Implement more table-related insertion modes
|
5 лет назад |
Andreas Kling
|
8c96b8174b
LibWeb: Handle AAA situation where there's no formatting element found
|
5 лет назад |
Andreas Kling
|
f662b1ea37
LibWeb: Implement enough parsing to parse the HTML spec front page :^)
|
5 лет назад |
Andreas Kling
|
770372ad02
LibWeb: Handle end-of-file token during "in body" insertion mode
|
5 лет назад |
Andreas Kling
|
368044eabd
LibWeb: Flesh out the "in head" insertion mode and add missing cases
|
5 лет назад |