[Webkit-unassigned] [Bug 11698] New: assigning "" to CSS properties has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 27 08:29:39 PST 2006


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

           Summary: assigning "" to CSS properties has no effect
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fabian.jakobs at 1und1.de


Assigning "" to CSS properties sets the property to the default value in other
browsers (IE and Firefox). WebKit just ignores such assignments.

Example

element.style.border = ""  // no effect in WebKit, resets border in FF and IE
element.style.border = "0px none" // works OK


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