@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