mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Apply type
presentational hint for HTMLLIElement
This commit is contained in:
parent
74bf7bc28e
commit
2550b602ab
Notes:
github-actions[bot]
2025-02-21 01:26:25 +00:00
Author: https://github.com/tcl3
Commit: 2550b602ab
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3614
6 changed files with 161 additions and 0 deletions
|
@ -45,6 +45,9 @@ private:
|
|||
HTMLLIElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
virtual bool is_presentational_hint(FlyString const&) const override;
|
||||
virtual void apply_presentational_hints(GC::Ref<CSS::CascadedProperties>) const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue