Re: [csswg-drafts] [css-ui] outline is not visible when moving focus programmatically (#4421)

@AmeliaBR ,
Thank you, for so informative reply.
```
:focus {
  outline: auto;
}
```
But, this thing does not work currently in Chrome (it does nothing) or Firefox (it draws solid outline). Is it a browser bug? Seems, not, because "auto" means to use the default behavior of drawing focus only when the browser thinks it should be drawn.

May be, CSS could provide a new property to force the browser to show the focus outline.


-- 
GitHub Notification of comment by Yaffle
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4421#issuecomment-542394718 using your GitHub account

Received on Tuesday, 15 October 2019 20:39:47 UTC