Chrome Version: 64.0.3282.167 (Official Build) (64-bit)
OS: Mac OS X
What steps will reproduce the problem?
(1) Visit https://jsbin.com/mewozet/edit?html,output
(2) Click on the input field with a mouse
(3) Tab to the input field using a keyboard
What is the expected result?
Clicking on the input field with a mouse should not show an outline.
Tabbing to the input field with a keyboard should show a 2px dashed red outline.
What happens instead?
Clicking or tabbing to the input field always shows the default outline because neither style is applied.
Chrome Version: 64.0.3282.167 (Official Build) (64-bit)
OS: Mac OS X
What steps will reproduce the problem?
(1) Visit https://jsbin.com/mewozet/edit?html,output
(2) Click on the input field with a mouse
(3) Tab to the input field using a keyboard
What is the expected result?
Clicking on the input field with a mouse should not show an outline.
Tabbing to the input field with a keyboard should show a 2px dashed red outline.
What happens instead?
Clicking or tabbing to the input field always shows the default outline because neither style is applied.
:focus-visible spec - https://www.w3.org/TR/selectors-4/#the-focus-visible-pseudo
Chrome Version: 64.0.3282.167 (Official Build) (64-bit)
OS: Mac OS X
What steps will reproduce the problem?
(1) Visit https://jsbin.com/mewozet/edit?html,output
(2) Click on the input field with a mouse
(3) Tab to the input field using a keyboard
What is the expected result?
Clicking on the input field with a mouse should not show an outline.
Tabbing to the input field with a keyboard should show a 2px dashed red outline.
Spec for :focus-visible - https://www.w3.org/TR/selectors-4/#the-focus-visible-pseudo
What happens instead?
Clicking or tabbing to the input field always shows the default outline because neither style is applied.
Comment 1 by robdodson@chromium.org
, Feb 28 2018