LibWeb: Parse <style> element text content when inserted into document

1% progression on ACID3. :^)
This commit is contained in:
Andreas Kling 2022-02-25 22:05:42 +01:00
commit efac862570
Notes: sideshowbarker 2024-07-17 18:16:18 +09:00
2 changed files with 8 additions and 1 deletions

View file

@ -19,6 +19,7 @@ public:
virtual ~HTMLStyleElement() override;
virtual void children_changed() override;
virtual void inserted() override;
virtual void removed_from(Node*) override;
void update_a_style_block();