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

Re: More about name anchors



In [emacs-w3m:13438]
On Thu, 30 May 2019 11:19:21 -0400, Boruch Baum wrote:
> `w3m-name-anchor' is based upon a regex "<_id[ \t\r\f\n]+", but there is
> no such thing AFAIK as an HTML tag '_id'.

`_id' is what `w3m -halfdump' outputs:

$ echo '<div id="foo">bar</div>' | w3m -halfdump -T text/html
<_id id="foo">bar