mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-28 13:12:05 +00:00
LibWeb: Update parser with more insertion modes :^)
Implements handling of InHeadNoScript, InSelectInTable, InTemplate, InFrameset, AfterFrameset, and AfterAfterFrameset.
This commit is contained in:
parent
8e24a17d0d
commit
5eb39a5f61
Notes:
sideshowbarker
2024-07-19 05:29:53 +09:00
Author: https://github.com/stelar7
Commit: 5eb39a5f61
Pull-request: https://github.com/SerenityOS/serenity/pull/2604
6 changed files with 471 additions and 30 deletions
|
@ -1037,7 +1037,7 @@ _StartOfFunction:
|
|||
}
|
||||
ANYTHING_ELSE
|
||||
{
|
||||
m_current_token.m_tag.attributes.last().name_builder.append_codepoint(current_input_character.value());
|
||||
m_current_token.m_tag.attributes.last().local_name_builder.append_codepoint(current_input_character.value());
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue