[Webkit-unassigned] [Bug 90789] Web Inspector: Add "CSS Named Flows" sidebar pane (experimental)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 06:56:45 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90789





--- Comment #10 from Andrei Poenaru <poenaru at adobe.com>  2012-07-10 06:56:44 PST ---
This feature aims to:

* display an overview of the named flows in a page
- each named flow will have a "content" section (elements that flow into) and a "region chain" section (elements that flow from)

* make it possible to select a node in the DOM tree displayed in the "Elements" tab by selecting it in the named flow overview
- you can expand a named flow in the overview and, by selecting an element found in the "content" or the "region chain" section, it should be selected in the DOM tree

* display a visual cue that represents a region's overset
- in the "region chain" section, a region with "overset: fit" will be displayed differently from one with "overset: empty"

* display a visual cue when a named flow does not fit in its region chain

* highlight a region
- by hovering over a region, in the "region chain" section, it should be highlighted in the web page


Other use cases:

* highlight an entire region chain
* display the rules applied from region styling when selecting an element that flows inside a region
* display the @region styling rules when selecting a box that is also a region
* display a subtree of the content that flows into a region

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list