It is correct to set the href
attribute to another beacon that is not a
.
Example:
<ul>
<li href="#page1">Page1</li>
<li href="#page2">Page2</li>
<li href="#page3">Page3</li>
<li href="http://www.google.fr">Page3</li>
</ul>
Apparently it worked in my case, but is this correct?