Remove an element from the tab order

Remove an element using tabindex="-1". For example:

<button id="foo" tabindex="-1">I'm not keyboard focusable</button>