Package: w3m
Version: 0.5.3+git20210102-6
Severity: normal
Tags: upstream

This fails in commit c515ea8a47b62408 (Update ChangeLog, 2022-04-29), too.

Using <a href=#...> to link to a dfn says "foo not found"

        <a href=#foo>foo</a>
        <dfn id=foo>bar</dfn>

Replacing dfn with div works, however.  `id'is a global attribute should
work as a target for all tags.

cf.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
Thanks

Reply via email to