[Webkit-unassigned] [Bug 224967] [GTK] REGRESSION(r276448): imported/w3c/web-platform-tests/css/selectors/focus-visible-002.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 23 03:39:09 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224967
--- Comment #1 from Manuel Rego Casasnovas <rego at igalia.com> ---
I've been checking this, there's a kind of weird thing.
For example if we have 2 inputs:
<input>
<input type="date">
If we focus the first one we see a blue outline, but not in the 2nd one, and as we don't have a date picker so far, it looks like we should.
Now Element::isTextField() is false, and that's why we're not matching :focus-visible in Element::focus().
Anyway if we have plans to implement the date picker maybe current behavior is not a big deal and we can just update the -expected results. Otherwise we might want to do some other change. Dunno really.
--
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/20210423/94daa0a3/attachment-0001.htm>
More information about the webkit-unassigned
mailing list