[Webkit-unassigned] [Bug 82364] New: cssText should remove 'initial' from the declaration when other component values are specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 12:02:45 PDT 2012


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

           Summary: cssText should remove 'initial' from the declaration
                    when other component values are specified
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yi.4.shen at nokia.com


After the code change for bug 81737, the new markup is using shorthand notations as desired, however, it may generate a string like "border: initial solid red", which is an invalid declaration because the "initial" keyword is now combined with other component values in the same declaration.

"border: initial solid red" should be "border: solid red"

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