mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
LibWeb/SVG: Process script element when its text content changes
This commit is contained in:
committed by
Jelle Raaijmakers
parent
db7aa68340
commit
a187d5f28f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user