Bug 122760
Summary: | [CSS Regions][Meta] WebInspector: Implement CSS Regions support in the Web Inspector | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> |
Component: | Web Inspector | Assignee: | 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 |
Alexandru Chiculita
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15221450>
Timothy Hatcher
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.
Brent Fulgham
CSS Regions were removed in Bug 174978.