On Fri, Dec 19, 2008 at 10:03 AM, Sylvain Brunerie sylvain.brunerie@gmail.com wrote:
Isn't it recommanded to use id rather than name to create anchors? If so, it could be a good idea to fix this. We could add the id attribute with the same value as the name attribute.
Yes, that's recommended behavior. I don't see any reason not to do it. We might even consider scrapping the <a> altogether at this point -- which browsers don't support jumping to id anymore?
On Fri, Dec 19, 2008 at 11:25 AM, Soxred93 soxred93@gmail.com wrote:
But then the anchors would change if a section is placed above it, breaking links.
What do you mean by this? The id would be the same as the existing name, and (therefore necessarily) on the same element.