mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 05:52:53 +00:00
LibWeb/CSS: Implement the CSSImportRule.media
attribute
This commit is contained in:
parent
b93d2b7be2
commit
cbb169820a
Notes:
github-actions[bot]
2025-04-02 13:56:35 +00:00
Author: https://github.com/tcl3
Commit: cbb169820a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4183
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 11 additions and 1 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
|
||||
CSSStyleSheet* loaded_style_sheet() { return m_style_sheet; }
|
||||
CSSStyleSheet const* loaded_style_sheet() const { return m_style_sheet; }
|
||||
GC::Ptr<MediaList> media() const;
|
||||
CSSStyleSheet* style_sheet_for_bindings() { return m_style_sheet; }
|
||||
|
||||
Optional<String> supports_text() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue