We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
summary
1 parent 4f882e6 commit 481523eCopy full SHA for 481523e
src/utils/focus/selector.ts
@@ -7,4 +7,5 @@ export const FOCUSABLE_SELECTOR = [
7
'[contenteditable="true"]',
8
'a[href]',
9
'[tabindex]:not([disabled])',
10
+ 'details > summary',
11
].join(', ')
0 commit comments