ladybird/Userland/Libraries/LibWeb/HTML/Parser
Luke Wilde c0a64f7317 LibWeb: Check for HTML integration points in the tree constructor
This particularly implements these two points:
- "If the adjusted current node is an HTML integration point and the
   token is a start tag"
- "If the adjusted current node is an HTML integration point and the
   token is a character token"

This also adds spec comments to the tree constructor.
2021-10-01 12:26:41 +02:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb: Check for HTML integration points in the tree constructor 2021-10-01 12:26:41 +02:00
HTMLParser.h LibWeb: Split out "The end" from the HTML parsing spec to a function 2021-09-26 00:04:33 +02:00
HTMLToken.cpp
HTMLToken.h
HTMLTokenizer.cpp LibWeb: Rename HTMLDocumentParser => HTMLParser 2021-09-25 23:36:43 +02:00
HTMLTokenizer.h LibWeb: Rename HTMLDocumentParser => HTMLParser 2021-09-25 23:36:43 +02:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp LibWeb: Rename HTMLDocumentParser => HTMLParser 2021-09-25 23:36:43 +02:00
StackOfOpenElements.h