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

Currently Chrome with experimental flag enabled supports ":focus-visible" polyfill. It would be nice if polyfill could be enabled only if current browser doesn' support ":focus-visible". To do that, I propose...

I'm interested in having the polyfill apply itself conditionally, possibly by leveraging something like the following to decide not to do this work in browsers like Chrome and Edge: ```...

Hi, and thanks for the awesome polyfill! Iā€™m thinking of using it in Uppy file uploading widget http://github.com/transloadit/uppy Iā€™m working on, and was wondering if you think an option to...

Hi there, First thing, thanks for this awesome polyfill. Just want to ask a quick question if there's a way you can remove the class name `focus-visible` on this library....

Bumps [jszip](https://github.com/Stuk/jszip) from 3.1.5 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

1. User pressed "start game" with mouse. 1. Page navigates to game. 1. Game board is focused with JS. Right now this will show focus styles, because `hadKeyboardEvent` has reset...

Whether `` or `[role="dialog]`, focus should become visible when it is programmatically moved from outside to inside the dialog. i.e. if a user clicks a button that opens a dialog,...

Hi šŸ‘‹ ! I created this [codepen demo](https://codepen.io/airbnb/pen/wvpwLdm/36fa629485efcf19b06208654f43f4b3?editors=1011) to illustrate the issue I'm seeing (GIF repro'd on Chrome). On first loading into the link, if you click `Click to focus...