UI Tabs - accessible tab order

UI Tabs - accessible tab order


Example:
Tab 1 | Tab 2 | Tab 3
--tab 1 fragment--
--tab 2 fragment--
--tab 3 fragment--
Tabbing through a page with tabs will go in this order: Tab 1, Tab 2,
Tab 3, Tab 1 fragment, Tab 2 fragment, Tab 3 fragment.
What I would like to achieve is: Tab 1 | Tab 1 fragment | Tab 2 | Tab
2 fragment | Tab 3 | Tab 3 fragment.
I realize this happens because of the structure of the markup, but
wanted to know if someone had come up with an elegant way to achieve
this. Wouldn't want to change my tabindex order just for this issue
though.