You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo: https://codepen.io/233mawile/pen/bGxLMdV
I simply implemented a dialog in the demo. The button in dialog should also be in focusVisible state after I clicked the 'open dialog' button in focusVisible state. It is different from browser's implementation.
Reproduce:
press 'tab' to focus 'open dialog' button
click 'open dialog' button
Expect:
The button in dialog should have focusVisible(polyfill) state.
Actual:
The button in dialog has no focusVisible(polyfill) state.
2023-03-13.15.38.43.mov
The text was updated successfully, but these errors were encountered:
Demo: https://codepen.io/233mawile/pen/bGxLMdV
I simply implemented a dialog in the demo. The button in dialog should also be in focusVisible state after I clicked the 'open dialog' button in focusVisible state. It is different from browser's implementation.
Reproduce:
Expect:
The button in dialog should have focusVisible(polyfill) state.
Actual:
The button in dialog has no focusVisible(polyfill) state.
2023-03-13.15.38.43.mov
The text was updated successfully, but these errors were encountered: