We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8ad5a commit 773cb0bCopy full SHA for 773cb0b
src/utils/focus/selector.ts
@@ -7,5 +7,5 @@ export const FOCUSABLE_SELECTOR = [
7
'[contenteditable="true"]',
8
'a[href]',
9
'[tabindex]:not([disabled])',
10
- 'summary',
+ 'details > summary',
11
].join(', ')
0 commit comments