I wrote about some nuance involved with annotating focus order, following a conversation with @annaecook where we realized we'd both been running across the same well-intentioned behaviors. #a11y https://ericwbailey.website/published/you-probably-shouldnt-be-annotating-focus-order/
You probably shouldn’t be annotating focus order

Sometimes not doing something is the right move.

@eric @annaecook The order of elements in HTML isn't always ideal: for example, the "Submit"/"Confirm" button might be in the header, while some user action might be in the center of the page. While you can move the header down in the markup and change the order in CSS, using the custom tabindex attribute seems like the right solution in such cases
@shamsheev @annaecook _someone_ didn't actually read the post