Re: [csswg-drafts] [css-ui] consider requiring that descendants do not contribute to outline (#2846)

The pen below attempts to load the page and programatically set the focus (as per tabindex=-1).  There is 

```css
:focus {
  color: purple;
  font-size: 2rem;
}
```

When I load this in chrome, it appears to gain the focus? Of course, then interacting will cause it to be lost, but it does seem to gain focus in blink?  Am I missing it?

codepen view: https://s.codepen.io/bkardell/debug/QoKpVN/gakeYZKGBLDk
debug view (will expire) https://s.codepen.io/bkardell/debug/QoKpVN/LQMExKRwNedk



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

Received on Monday, 4 March 2019 21:24:30 UTC