mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibWeb: Add 'object-fit' property
This patch adds support for the 'object-fit' CSS property. :^)
This commit is contained in:
parent
86ad896f35
commit
5fc6bff582
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/TobyAsE
Commit: 5fc6bff582
Pull-request: https://github.com/SerenityOS/serenity/pull/20304
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/trflynn89
6 changed files with 24 additions and 0 deletions
|
@ -110,6 +110,7 @@ public:
|
|||
Optional<CSS::BorderCollapse> border_collapse() const;
|
||||
Vector<Vector<String>> grid_template_areas() const;
|
||||
String grid_area() const;
|
||||
Optional<CSS::ObjectFit> object_fit() const;
|
||||
|
||||
Vector<CSS::Transformation> transformations() const;
|
||||
CSS::TransformOrigin transform_origin() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue