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:
parent
fb11741f20
commit
efac862570
2 changed files with 8 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue