mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
LibWeb: Implement HTMLStyleElement.sheet
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
|
||||
void update_a_style_block();
|
||||
|
||||
RefPtr<CSS::CSSStyleSheet> sheet() const;
|
||||
|
||||
private:
|
||||
// https://drafts.csswg.org/cssom/#associated-css-style-sheet
|
||||
RefPtr<CSS::CSSStyleSheet> m_associated_css_style_sheet;
|
||||
|
||||
Reference in New Issue
Block a user