Bug 173910 - Incorrect behavior of "cursor: auto" over form controls
Summary: Incorrect behavior of "cursor: auto" over form controls
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: FromImplementor, InRadar
Depends on:
Blocks:
 
Reported: 2017-06-28 00:03 PDT by Florian Rivoal
Modified: 2017-06-29 08:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Rivoal 2017-06-28 00:03:53 PDT
(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/
Comment 1 Radar WebKit Bug Importer 2017-06-29 08:13:06 PDT
<rdar://problem/33054546>