1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00

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
parent fb11741f20
commit efac862570
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();