[Webkit-unassigned] [Bug 173909] New: Incorrect behavior of "cursor: auto" over links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 00:01:32 PDT 2017


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

            Bug ID: 173909
           Summary: Incorrect behavior of "cursor: auto" over links
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: FromImplementor
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: florian at rivoal.net

The "auto" behavior of the "cursor" property used to be only vaguely defined, but to improve interoperability, the latest specification is more clear:

> auto behaves as 'text' over text, and 'default' otherwise.

Other expected effects, such as the "pointer" cursor over links should be achieved using the UA stylesheet, rather than through the magic behavior of the "auto" value.

Webkit uses "auto" rather than the UA stylesheet to adjust the cursor, which causes the following tests to fail:

https://test.csswg.org/harness/test/css-ui-3_dev/single/cursor-auto-002/format/html5/
https://test.csswg.org/harness/test/css-ui-3_dev/single/cursor-auto-003/format/html5/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170628/69abd3fb/attachment.html>


More information about the webkit-unassigned mailing list