- From: Viktor via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Oct 2019 20:39:44 +0000
- To: public-css-archive@w3.org
@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