bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

6.1: HTML5 makes the attribute "name" in hypertext anchors obsolete.


From: Robert Weiner
Subject: 6.1: HTML5 makes the attribute "name" in hypertext anchors obsolete.
Date: Fri, 5 Aug 2016 10:33:41 -0400

Just a small thing.

As of Texinfo 6.1, HTML output is generating anchors like so:

<a name="Smart-Keys"></a>

The non-obsolete way of doing that now, compatible with HTML5 and prior versions is:

<a id="Smart-Keys"></a>

as HTML5 has made the name attribute obsolete.

Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]