mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
LibWeb: Rename "position" enum to "positioning"
The postitioning enum values are used by the position CSS property. Unfortunately, the prior naming clashes with the CSS Values-4 type named position, which will be implemented in a later commit.
This commit is contained in:
parent
60640fe38d
commit
6602b1ddb1
10 changed files with 23 additions and 23 deletions
|
@ -145,7 +145,7 @@ public:
|
|||
|
||||
bool operator==(StyleProperties const&) const;
|
||||
|
||||
Optional<CSS::Position> position() const;
|
||||
Optional<CSS::Positioning> position() const;
|
||||
Optional<int> z_index() const;
|
||||
|
||||
void set_math_depth(int math_depth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue