mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
It turns out that other engines prefer <a id> over <a name> when deciding which anchor element to jump to. This patch aligns LibHTML's behavior with WebKit and Gecko. Thanks to "/cam 2" for bringing this up. :^)