Bug 122760

Summary: [CSS Regions][Meta] WebInspector: Implement CSS Regions support in the Web Inspector
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, inspector-bugzilla-changes, mihnea, syoichi, webkit-bug-importer, WebkitBugTracker
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 90786, 109258, 122924, 122926, 122927, 123501    
Bug Blocks: 57312    

Description Alexandru Chiculita 2013-10-14 10:00:57 PDT
This is a master bug for the UI to support the CSS Regions feature in the Web Inspector:

We had a discussion on IRC about the feature, so this is a short summary:

- The named flows should show as a separate folder "Flows" in the Resource Panel on the left. The folder will display under each frame similar to how "Images" and other resources work. The folder will not show if there are no flows in the document.
- Selecting the named flow will only display the elements that are part of the Flow.
- When you select an element that is part of the flow, the style panel should have a way to link back to the flow and the regions.
Comment 1 Radar WebKit Bug Importer 2013-10-14 10:03:03 PDT
<rdar://problem/15221450>
Comment 2 Timothy Hatcher 2013-10-14 10:49:40 PDT
Also discussed was allowing you to pick between DOM Tree and Content for a flow. Selecting content would just show the flow text and possibly even let you edit it (copywriter mode) and apply live on the page.
Comment 3 Brent Fulgham 2022-07-13 09:22:16 PDT
CSS Regions were removed in Bug 174978.