Links on Dialog Pages does't work in nested lists.
Having one of the nested list item open a dialog upon pressing, does show the dialog popup, but clicking on the link just closes the dialog box and returns to the original page. It will not go to the page linked. Below is a sample implementation
<ul>
<li> States
<ul>
<li><a href="tennessee.html" data-rel="dialog" data-transition="pop">Tennessee</a></li>
<li><a href="Alabama.html">Alabama</a></li>
<li>
<ul>
And lets say the tennessee.html contains an a href link. Clicking on this link will just close tennessee.html and show "Tennessee and Alabama"