[Webkit-unassigned] [Bug 8992] New: Some HTML DOM attributes have incorrect types

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri May 19 03:36:04 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8992

           Summary: Some HTML DOM attributes have incorrect types
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: andersca at mac.com


The attached test program gives:

HTMLImageElement.border is of type number
HTMLPreElement.width is of type number
HTMLBaseFontElement.size is of type string

on Safari. Firefox (which matches the DOM HTML spec) gives:

HTMLImageElement.border is of type string
HTMLPreElement.width is of type number
HTMLBaseFontElement.size is of type number


-- 
Configure bugmail: http://bugzilla.opendarwin.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