Files
ladybird/Userland/Libraries/LibWeb/CSS
MacDue e568c93404 LibWeb: Add PositionValue class to represent CSS <position>s
This class represents a <position> and handles resolving it to a
Gfx::FloatPoint relative to some rectangle.

It can handle all forms of <position>:

- Two presets:
  left center
- A preset + a length percentage:
  10% bottom
- Or relative to some edges:
  right 20% bottom 30px
2022-11-01 23:07:05 +00:00
..
2022-09-16 10:50:48 +01:00
2022-09-18 13:27:24 -04:00