[Webkit-unassigned] [Bug 14397] New: Computed Style section should collapse to shorthands when applicable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 14:29:20 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14397

           Summary: Computed Style section should collapse to shorthands
                    when applicable
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


The computed style section should collapse multiple properties to shorthand
properties when applicable. For instance:

margin-bottom: 4px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;

could be collapsed to:

margin: 0px 0px 4px 0px;


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



More information about the webkit-unassigned mailing list