[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No such anchor but yes such anchor in Firefox
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Mon, 09 Jul 2012 08:39:46 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11889
- References: <878vev3syz.fsf@xxxxxxxxxxx>
In [emacs-w3m : No.11888] jidanni@xxxxxxxxxxx wrote:
> On https://developers.google.com/youtube/v3/docs/playlistitems/list
> in Firefox, clicking
> <a href="#try-it">Try it now</a>.
> can find
> <section id="try-it" >
> but not in emacs-w3m,
> No such anchor: try-it
> Legal or not...
I've improved the code, that makes name anchors that w3m can handle,
so as to work in nested tags.
cf. http://emacs-w3m.namazu.org/ml/msg11043.html
and the followups.
Thanks for letting us know it.