1
Fork 0
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:
Andreas Kling 2022-03-21 15:42:57 +01:00
parent 01662b2320
commit df8ef03957
5 changed files with 33 additions and 1 deletions

View file

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