[Webkit-unassigned] [Bug 9013] New: Let correct CSS custom cursor declarations parse

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat May 20 05:16:22 PDT 2006


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

           Summary: Let correct CSS custom cursor declarations parse
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ap at nypop.com
OtherBugsDependingO 6001
             nThis:


Currently, WebKit would reject any compliant CSS custom cursor declaration,
because it checks that there is only one value, while CSS mandates that a list
of custom cursors should be followed with a named one. Even for a single value,
the hot point position (as defined in CSS3) would break parsing.

The attached patch lets compliant declarations parse, but doesn't implement
fallback (that's bug 6001). 

WinIE doesn't require that a named cursor should always follow custom ones, so
I don't check that there is more than one value.


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