I know Firefox at least doesn't currently work as expected, but I don't see why allowing nested anchors would be a problem if they were implemented correctly in user agents, i.e. clicking a nested link takes you to that link address, while clicking any part of the parent anchor takes you to its' address.
- Code: Select all
<a href="http://www.htmlinfo.com">More on <a href="http://w3.org/html">HTML5</a></a>
Opinions?