LibWeb: Apply type presentational hint for HTMLLIElement

This commit is contained in:
Tim Ledbetter 2025-02-18 15:09:42 +00:00 committed by Tim Ledbetter
commit 2550b602ab
Notes: github-actions[bot] 2025-02-21 01:26:25 +00:00
6 changed files with 161 additions and 0 deletions

View file

@ -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;
};
}