Open
Description
As pointed in #1864 (comment),
<p>
<span>For more details about your order <a href="page1.htm">contact us</a>.</span>
<span>For more details about how to return products <a href="page2.htm">contact us</a>.</span>
</p>
This two links have the same name, the same programatically determined context, and different destination. Therefore they fail Links with identical accessible names and context serve equivalent purpose. But they probably don't fail 2.4.4 since the sentences make it clear where they go…