[Webkit-unassigned] [Bug 173910] New: Incorrect behavior of "cursor: auto" over form controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 00:03:53 PDT 2017


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

            Bug ID: 173910
           Summary: Incorrect behavior of "cursor: auto" over form
                    controls
           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

(this is related to https://bugs.webkit.org/show_bug.cgi?id=173909 except that this is about form controls, and that bug is about links)

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 cursor changes over form controls 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-005/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/f1e58a57/attachment.html>


More information about the webkit-unassigned mailing list