[Webkit-unassigned] [Bug 16797] CSS3: cursor: default not supported (Acid3 bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 13:23:43 PST 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch
         AssignedTo|webkit-                     |eric at webkit.org
                   |unassigned at lists.webkit.org |




------- Comment #3 from eric at webkit.org  2008-01-14 13:23 PDT -------
So the major issue here is that Hixie is adding the <style> tag to the body:

doc.body.appendChild(style);

instead of to the head (like he does for every other test).  We don't support
that for some reason.

We also seem to incorrectly map none -> crosshair and copy -> auto.  I'll fix
those in a forthcoming patch.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list