mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Add CSS support for border-spacing property
This commit is contained in:
parent
f662a452c9
commit
396f1a977c
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/axgallo
Commit: 396f1a977c
Pull-request: https://github.com/SerenityOS/serenity/pull/19417
5 changed files with 31 additions and 0 deletions
|
@ -50,6 +50,8 @@ public:
|
|||
Color color_or_fallback(CSS::PropertyID, Layout::NodeWithStyle const&, Color fallback) const;
|
||||
Optional<CSS::TextAlign> text_align() const;
|
||||
Optional<CSS::TextJustify> text_justify() const;
|
||||
CSS::Length border_spacing_horizontal() const;
|
||||
CSS::Length border_spacing_vertical() const;
|
||||
Optional<CSS::CaptionSide> caption_side() const;
|
||||
CSS::Clip clip() const;
|
||||
CSS::Display display() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue