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
Elements with contenteditable=true are focusable natively in the browser. We would like for iterateFocusableElements method to also account for contenteditable when checking for focusable elements
Elements with
contenteditable=true
are focusable natively in the browser. We would like foriterateFocusableElements
method to also account forcontenteditable
when checking for focusable elementsMDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable
Snippet in iterate-focusable-elements.ts where focus is checked: https://github.com/primer/behaviors/blob/main/src/utils/iterate-focusable-elements.ts#L86
The text was updated successfully, but these errors were encountered: