[Webkit-unassigned] [Bug 13658] New: getPropertyValue on CSSComputedStyleDeclaration should return shorthand values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 09:44:06 PDT 2007


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

           Summary: getPropertyValue on CSSComputedStyleDeclaration should
                    return shorthand values
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Enhancement
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name


I have a change to the Web Inspector that smartly groups computed style
properties under their short hand name. Except I rely on the engine's
CSSComputedStyleDeclaration to give me a value if I pass it a shorthand name.

Similar to how CSSMutableStyleDeclaration will generate a shorthand value if
you pass in a shorthand property name. However, shorthands should not be in the
enumerable property list (just like CSSMutableStyleDeclaration).

See attached test case.


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