[Webkit-unassigned] [Bug 109258] New: Web Inspector: [CSS Regions] InspectorCSSAgent::getMatchedStylesForNode should consider CSS region styles.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 22:06:19 PST 2013


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

           Summary: Web Inspector: [CSS Regions]
                    InspectorCSSAgent::getMatchedStylesForNode should
                    consider CSS region styles.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com
            Blocks: 90786


InspectorCSSAgent::getMatchedStylesForNode collects all matched styles for a given node.
However, the method doesn't provide any render region parameter for StyleResolver.

Writing in detail,
- Whether any CSS region styles are obtained or not depends on just StyleResolver's internal state: m_regionForStyling.
- m_regionForStyling is updated in StyleResolver::styleForElement by using a given region parameter.
- Only RenderRegion::computeStyleInRegion uses styleForElement with a region parameter.

-- 
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