Brion Vibber wrote:
On 12/19/08 7:03 AM, Sylvain Brunerie 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.
Looks like Tidy is already adding these for us:
<p><a name="Source_tag_syntax_highlighting" id="Source_tag_syntax_highlighting"></a></p>
So we might as well do them ourselves. :)
Done in r44896.