- From: Brian Kardell via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Mar 2019 21:24:29 +0000
- To: public-css-archive@w3.org
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