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

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