clear -> clear property clearance -> the offset required to avoid floats when clear is present.
Created attachment 347060 [details] Patch
Comment on attachment 347060 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=347060&action=review > Source/WebCore/layout/blockformatting/BlockFormattingContext.h:60 > + void computeVerticalPositionForClear(const FloatingContext&, const Box&, Display::Box&) const; I would like to see the word "float" somewhere in the function name. > Source/WebCore/layout/layouttree/LayoutBox.h:65 > + bool hasClear() const; This name sounds a bit too generic. Maybe hasFloatClear, or clearsFloats?
Committed r234834: <https://trac.webkit.org/changeset/234834>
<rdar://problem/43264418>