ladybird/Userland/Libraries/LibWeb/HTML/Parser
Timothy Flynn af57bd5cca LibWeb: Stop parsing after document.write at the insertion point
If a call to `document.write` inserts an incomplete HTML tag, e.g.:

    document.write("<p");

we would previously continue parsing the document until we reached a
closing angle bracket. However, the spec states we should stop once we
reach the new insertion point.
2024-02-20 17:04:36 +01:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp LibWeb: Fix utf16-be check in HTMLEncodingDetection 2024-01-08 23:35:09 +01:00
HTMLEncodingDetection.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HTMLParser.cpp LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
HTMLParser.h LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
HTMLToken.cpp
HTMLToken.h LibWeb: Return an Optional<String> from HTMLToken::attribute 2023-11-11 08:50:25 +01:00
HTMLTokenizer.cpp LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
HTMLTokenizer.h LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h