[Webkit-unassigned] [Bug 49058] New: CSSStyleDeclaration.getPropertyPriority() fails for CSS shorthand properties with 'important' priority

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 00:45:34 PDT 2010


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

           Summary: CSSStyleDeclaration.getPropertyPriority() fails for
                    CSS shorthand properties with 'important' priority
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phnixwxz at gmail.com
                CC: jnd at chromium.org


Created an attachment (id=73040)
 --> (https://bugs.webkit.org/attachment.cgi?id=73040&action=review)
Test case

For a style rule containing a declaration of a shorthand property (e.g. 'background'):
  background: yellow !important;
rule.getPropertyPriority('background') returns ''.
Firefox returns 'important'.

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