Skip to content

Commit

Permalink
remove aria-orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Aug 12, 2024
1 parent 1267a48 commit 94ab418
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react/src/utilities/RovingFocus/RovingFocusRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ export const RovingFocusRoot = forwardRef<
orderedItems.at(0)?.element.focus();
}
}}
aria-orientation={
orientation === 'ambiguous' ? undefined : orientation
}
ref={refs}
/>
</RovingFocusContext.Provider>
Expand Down

0 comments on commit 94ab418

Please sign in to comment.