Consider this scenario:
<ul>
<a href="http://google.com"><li id="someId"></li></a>
...
...
...
</ul>
This is a solution I came up with to work around my current css styling. Now, I'm debating whether or not to refactor it by placing the 'a' tags inside.