focus-lock
focus-lock copied to clipboard
elements with contenteditable seem to behave as though they have a larger tabIndex
When running autofocus on a collection of focusable items - contenteditable items seem to take priority over other items, unless you manually set the tabindex on it to 0.
I've only tested in chrome, so I'm not sure if this behaviour is reproducible in other browsers.
I think the default behaviour should be that contenteditable items have the same priority as other focusable items?