ladybird/Userland/Libraries/LibWeb/HTML/Parser
Andreas Kling cfa820922b LibWeb: Bail nicely on EOF in HTML parser "in body" state
If we reach the end of the token stream when "ignoring and moving on
to the next token" in the "in body" state, we should just not move
on to the next token, since there isn't one.

Covered by various WPT HTML parsing tests that will be imported in
a subsequent commit.
2024-11-03 17:51:44 +01:00
..
Entities.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Entities.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLEncodingDetection.cpp HTMLEncodingDetection: Use mime type in encoding sniffing 2024-10-12 16:14:38 +02:00
HTMLEncodingDetection.h HTMLEncodingDetection: Use mime type in encoding sniffing 2024-10-12 16:14:38 +02:00
HTMLParser.cpp LibWeb: Bail nicely on EOF in HTML parser "in body" state 2024-11-03 17:51:44 +01:00
HTMLParser.h LibWeb: Use Content-Type header to set document encoding 2024-10-23 11:30:59 -06:00
HTMLToken.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLToken.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLToken.swift LibWeb: Add support for parsing comments in the Swift HTML tokenizer 2024-10-16 08:31:42 +02:00
HTMLTokenizer.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTokenizer.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTokenizer.swift LibWeb: Add support for parsing comments in the Swift HTML tokenizer 2024-10-16 08:31:42 +02:00
HTMLTokenizerHelpers.cpp LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
HTMLTokenizerHelpers.h LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
ListOfActiveFormattingElements.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListOfActiveFormattingElements.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StackOfOpenElements.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StackOfOpenElements.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00