WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
173910
Incorrect behavior of "cursor: auto" over form controls
https://bugs.webkit.org/show_bug.cgi?id=173910
Summary
Incorrect behavior of "cursor: auto" over form controls
Florian Rivoal
Reported
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/
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-06-29 08:13:06 PDT
<
rdar://problem/33054546
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug