mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-28 07:18:51 +00:00
LibWeb/SVG: Process script element when its text content changes
This commit is contained in:
parent
db7aa68340
commit
a187d5f28f
Notes:
github-actions[bot]
2025-02-26 15:09:59 +00:00
Author: https://github.com/tcl3
Commit: a187d5f28f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3703
Reviewed-by: https://github.com/awesomekling ✅
6 changed files with 42 additions and 3 deletions
|
@ -4308,6 +4308,7 @@ void HTMLParser::process_using_the_rules_for_foreign_content(HTMLToken& token)
|
|||
|
||||
// If the active speculative HTML parser is null and the user agent supports SVG, then Process the SVG script element according to the SVG rules. [SVG]
|
||||
// FIXME: If the active speculative HTML parser is null
|
||||
script_element.set_parser_inserted({});
|
||||
script_element.process_the_script_element();
|
||||
|
||||
// Decrement the parser's script nesting level by one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue