[Webkit-unassigned] [Bug 77427] New: Style declaration objects expose properties whose names are CSS property names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 05:24:17 PST 2012


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

           Summary: Style declaration objects expose properties whose
                    names are CSS property names
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


Created an attachment (id=124711)
 --> (https://bugs.webkit.org/attachment.cgi?id=124711&action=review)
Testcase showing bizarre WebKit behavior

Per spec, a style declaration object should have a property called "fontSize".  WebKit has that, but it _also_ has a property called "font-size" which is not described in the spec and is not implemented in any other browsers.

Some sites are using these properties to lock out non-WebKit UAs now.

These properties should be either standardized or removed.

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