focus-visible icon indicating copy to clipboard operation
focus-visible copied to clipboard

Polyfill for `:focus-visible`

Results 57 focus-visible issues
Sort by recently updated
recently updated
newest added

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

Hey, I am just a stranger that stumbled upon this and thought why not rewrite the custom Selenium setup with WebdriverIO. Just for fun! Hope it is useful.

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.0 to 1.2.2. Release notes Sourced from tree-kill's releases. v1.2.1 Changelog: add missing LICENSE file fix TypeScript definitions Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Hello, I see a behavior where the focus is hidden when I press escape through keyboard - the [button](https://developer.microsoft.com/en-us/fluentui/#/controls/web/button) that has [contextual menu](https://developer.microsoft.com/en-us/fluentui/#/controls/web/contextualmenu). This hides the focus may be because...

### Motivation I work on an app that renders highly visible focus indicators on keyboard input modality and subtle/no focus indicators on all other input modalities. We accomplish this today...

[WAI-ARIA suggests returning focus to the previously focused element when closing a modal dialog](https://www.w3.org/TR/wai-aria-practices/#dialog_modal), with [an example](https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/dialog.html): >When a dialog closes, focus returns to the element that invoked the dialog...

We know we need a way to opt an element in to always (or never?) getting a focus ring. Let's talk about strategies for doing this.

question

The current polyfill adds a class name `.focus-visible` or data attribute to the element that is focused. This is reliable, but the polyfill does interact with the `activeElement` property and...

When a user closes a modal, focus is programmatically returned to the previously focused element. For example, this is the case when using react-modal. In this case, should :focus-ring apply...

question