Positive tabIndex values disrupt the natural tab order and make keyboard navigation unpredictable for users.
Instead, use tabIndex="0" to include elements in the natural tab order, or tabIndex="-1" to make them programmatically focusable.
If you are managing tab orders with a well-defined focus management system that handles positive tabIndex values well, this rule may not be applicable.