mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibWeb: Render any specified list-style-image for list items
This commit is contained in:
parent
eb0fb38cac
commit
ef62118c8b
5 changed files with 37 additions and 7 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
|
||||
private:
|
||||
virtual bool can_have_children() const override { return false; }
|
||||
Gfx::Bitmap const* list_style_image_bitmap() const;
|
||||
|
||||
CSS::ListStyleType m_list_style_type { CSS::ListStyleType::None };
|
||||
size_t m_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue