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

I am fine with the solution like:
```
[role="grid"] *:focus {
  outline-style: auto;
}
```
Should I open a bug/modify currently opened against Chrome and Firefox?
https://jsfiddle.net/qgjwbh8y/



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

Received on Wednesday, 16 October 2019 09:06:24 UTC