Files
ladybird/Userland/Libraries/LibWeb
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
..
2021-10-01 01:18:52 +01:00
2021-10-01 01:06:40 +01:00
2021-09-28 16:51:27 +02:00