mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
The name "initial containing block" was wrong for this, as it doesn't correspond to the HTML element, and that's specifically what it's supposed to do! :^)
This commit is contained in:
parent
60f699338d
commit
7e76a51cb0
66 changed files with 121 additions and 128 deletions
|
@ -326,7 +326,7 @@ set(SOURCES
|
|||
Layout/FrameBox.cpp
|
||||
Layout/GridFormattingContext.cpp
|
||||
Layout/ImageBox.cpp
|
||||
Layout/InitialContainingBlock.cpp
|
||||
Layout/Viewport.cpp
|
||||
Layout/InlineFormattingContext.cpp
|
||||
Layout/InlineLevelIterator.cpp
|
||||
Layout/InlineNode.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue