> From: Robert Weiner <[email protected]>
> 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?

Reply via email to