mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Pick up the CSS "visibility" property an honor it when painting
This commit is contained in:
parent
01662b2320
commit
df8ef03957
5 changed files with 33 additions and 1 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
float flex_shrink() const;
|
||||
Optional<CSS::AlignItems> align_items() const;
|
||||
float opacity() const;
|
||||
Optional<CSS::Visibility> visibility() const;
|
||||
Optional<CSS::ImageRendering> image_rendering() const;
|
||||
Optional<CSS::JustifyContent> justify_content() const;
|
||||
Optional<CSS::Overflow> overflow_x() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue