Bug 78122

Summary: Add support for the contains value for line grid snapping.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: ahmad.saleem792
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch aroben: review+

Description Dave Hyatt 2012-02-08 09:05:10 PST
Add support for the contains value for line grid snapping, so that it is possible to center headers etc. in between grid lines.
Comment 1 Dave Hyatt 2012-02-08 09:07:42 PST
Created attachment 126097 [details]
Patch
Comment 2 Adam Roben (:aroben) 2012-02-08 09:27:31 PST
Comment on attachment 126097 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=126097&action=review

> Source/WebCore/rendering/RootInlineBox.cpp:377
> +    LayoutUnit result = delta;

This can go back down to line 400 where it was before this patch.
Comment 3 Ahmad Saleem 2022-10-25 15:12:37 PDT
This landed and didn't backed out:

https://github.com/WebKit/WebKit/commit/fdbea2888836ce2136d22e6c746596db7767e8ad

Marking this as "RESOLVED FIXED".