|
From: | Per Bothner |
Subject: | Re: 6.1: HTML5 makes the attribute "name" in hypertext anchors obsolete. |
Date: | Fri, 5 Aug 2016 08:55:36 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 08/05/2016 07:43 AM, Eli Zaretskii wrote:
From: Robert Weiner <address@hidden> Date: Fri, 5 Aug 2016 10:33:41 -0400 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.Thanks, but how can this be done in Texinfo without breaking old browsers?
How old? The 'id' attribute is in the 4.01 specification from 1999. I really don't think we should be concerned about breaking HTML 3.x browsers .... -- --Per Bothner address@hidden http://per.bothner.com/
[Prev in Thread] | Current Thread | [Next in Thread] |