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 accountReceived on Monday, 4 March 2019 16:59:37 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:26:57 UTC