mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00
![]() When handling a "textarea" start tag, we have to ignore the next token if it's an LF ('\n'). However, we were not switching the tokenizer state before fetching the lookahead token, and this caused us to force the tokenizer into the RCDATA state too late, effectively getting it stuck in that state for way longer than it should be. Fixes #2508. |
||
---|---|---|
.. | ||
CSSParser.cpp | ||
CSSParser.h | ||
Entities.cpp | ||
Entities.h | ||
HTMLDocumentParser.cpp | ||
HTMLDocumentParser.h | ||
HTMLParser.cpp | ||
HTMLParser.h | ||
HTMLToken.cpp | ||
HTMLToken.h | ||
HTMLTokenizer.cpp | ||
HTMLTokenizer.h | ||
ListOfActiveFormattingElements.cpp | ||
ListOfActiveFormattingElements.h | ||
StackOfOpenElements.cpp | ||
StackOfOpenElements.h |