- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Mar 2019 16:59:36 +0000
- To: public-css-archive@w3.org
FWIW, here's a test-case where WebKit (Epiphany) shows an outline around the fixed element, even though it focuses an empty block: ```html <!doctype html> <html lang="en"> <div tabindex="-1"> <div style="position: fixed"> Fixed </div> </div> ``` Blink refuses to make it focusable altogether. This is just lovely. -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2846#issuecomment-469330164 using your GitHub account
Received on Monday, 4 March 2019 16:59:37 UTC