UI Tabs nav tag options

UI Tabs nav tag options


Why does the navigation tag of tabs has to be <ul>
Personally i believe this is very ugly htm(an ul list is supposed to
be vertical and bulleted), and uses unnecessary extra tags. Before
people react: i dont think it is wrong usage.
For example i always build navigation like this:
<div>
<a>
<a>
<div>
From the viewpoint of unobtrusivity, i think the list and list item
selector should be options.
default: {navigation: "ul:first", navitem: "li"}
or in my case. {navigation: "div.navigation", navitem: "a"}
Off course what the widget does with the items, doesnt matter, cause
it renders nicely, but for someone without javascript and maybe even
without css, should also see what i want.