mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -2795,7 +2795,7 @@ void HTMLParser::handle_in_body(HTMLToken& token)
|
|||
// 3. Switch the tokenizer to the RCDATA state.
|
||||
m_tokenizer.switch_to({}, HTMLTokenizer::State::RCDATA);
|
||||
|
||||
// 4. Let the original insertion mode be the current insertion mode.
|
||||
// 4. Set the original insertion mode to the current insertion mode.
|
||||
m_original_insertion_mode = m_insertion_mode;
|
||||
|
||||
// 5. Set the frameset-ok flag to "not ok".
|
||||
|
@ -3690,7 +3690,7 @@ void HTMLParser::handle_in_table(HTMLToken& token)
|
|||
// Let the pending table character tokens be an empty list of tokens.
|
||||
m_pending_table_character_tokens.clear();
|
||||
|
||||
// Let the original insertion mode be the current insertion mode.
|
||||
// Set the original insertion mode to the current insertion mode.
|
||||
m_original_insertion_mode = m_insertion_mode;
|
||||
|
||||
// Switch the insertion mode to "in table text" and reprocess the token.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue