mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
LibWeb: Fix spelling of non_anonymous_containing_block()
This commit is contained in:
parent
34591ff3d9
commit
b6f3369b66
3 changed files with 5 additions and 5 deletions
|
@ -115,7 +115,7 @@ public:
|
|||
// Anonymous block boxes are ignored when resolving percentage values that would refer to it:
|
||||
// the closest non-anonymous ancestor box is used instead.
|
||||
// https://www.w3.org/TR/CSS22/visuren.html#anonymous-block-level
|
||||
Box const* non_anyonymous_containing_block() const;
|
||||
Box const* non_anonymous_containing_block() const;
|
||||
|
||||
bool establishes_stacking_context() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue