iterates the provided sequences and corrects the order of events in case of tab key navigation. This is required, as from time to time the event of pressing the tab key for navigation in formulars comes before the text input event in a text input field out of which the tab key navigates. $USAGE$ the name of the collection of sequences, of which the tab key navigation events shall be ordered correctly optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by Example(s): correctTabKeyNavigationOrder someSequences correctTabKeyNavigationOrder someSequences someNewSequences