Bug 173910

Summary: Incorrect behavior of "cursor: auto" over form controls
Product: WebKit Reporter: Florian Rivoal <florian>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: FromImplementor, InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=173909

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>