[Webkit-unassigned] [Bug 22261] Clicking on a non-text input element does not give it focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 13 06:14:16 PDT 2021


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

--- Comment #76 from Gérard Talbot <browserbugs2 at gtalbot.org> ---
> 1. Radio buttons and check boxes are not focusable by mouse
> 2. Radio buttons and check boxes also not focusable through tabbed browsing.

Does latest Safari passes these 2 :checked pseudo-class tests?

http://wpt.live/css/selectors/old-tests/css3-modsel-25.xml

http://wpt.live/css/selectors/old-tests/css3-modsel-70.xml

Epiphany 3.32.1.2 (which uses WebKitGTK+ 2.32.1) under Linux passes those 2 tests.

https://www.w3.org/TR/selectors-3/#checked

- - - -

> User agents *should consider* focusable areas with non-null tabindex values to be click focusable.
(...)
> so this is a bug as it's a violation of the HTML spec.

Generally speaking, when reading a spec, "SHOULD" means recommended but not required. 
https://www.ietf.org/rfc/rfc2119.txt 
Along with "consider" verb, this means very little. So, this is not a violation of the HTML5 spec. Safari could still claim compliance with the HTML5 spec.

-- 
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/20210613/cf348d36/attachment.htm>


More information about the webkit-unassigned mailing list