mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
LibWeb: Rename "offset" in box model metrics to "inset"
The CSS Positioned Layout spec refers to the top/left/bottom/right properties as "inset" properties, so let's use the same terminology.
This commit is contained in:
parent
54c3053bc3
commit
fe908e7db2
5 changed files with 26 additions and 26 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
PixelBox margin;
|
||||
PixelBox padding;
|
||||
PixelBox border;
|
||||
PixelBox offset;
|
||||
PixelBox inset;
|
||||
|
||||
PixelBox margin_box() const;
|
||||
PixelBox padding_box() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue