Bug 265382

Summary: Web Inspector: CSS Grid Page Overlay: Outline grid items in masonry layout
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=267736
Bug Depends on: 265381    
Bug Blocks:    

Description Razvan Caliman 2023-11-27 07:59:56 PST
Follow-up to Bug 265381

There are no grid tracks in the masonry axis of a masonry layout (i.e.: no rows when the masonry direction is vertical, vice-versa for horizontal).
It may still be useful to outline the individual grid items and represent the grid gap between them.
Comment 1 Radar WebKit Bug Importer 2023-11-27 08:00:55 PST
<rdar://problem/118833939>
Comment 2 Razvan Caliman 2024-01-19 09:09:51 PST
https://github.com/WebKit/WebKit/pull/22941 exposed the necessary metrics to implement the drawing of outlines around grid items.
Comment 3 Razvan Caliman 2024-01-19 09:10:51 PST
https://bugs.webkit.org/show_bug.cgi?id=267736