Ok。フィールドセットメニューがあります。最後のアイテムをハードコーディングすると、altが機能します。
<td>
<a href="show.hotpartslist?clearFilters=true">
<img class="icon" title="Clear All Filters" alt="Clear All Filters" src="../images/clear_all.gif"/>
</a>
</td>
しかし、これはいくつかのロジックで構築されており、次のようにレンダリングされます。
<td>
<ul id="hp-sor-menu" style="display:none;"><li><img alt="Filter by Source of Repair" src="../images/sor.gif" /><ul><li><a href="show.hotpartslist?sor=ALL">→ ALL</a></li><li><a href="show.hotpartslist?sor=A"> MCA</a></li><li><a href="show.hotpartslist?sor=B"> MCB</a></li><li><a href="show.hotpartslist?sor=E"> BIC</a></li><li><a href="show.hotpartslist?sor=O"> OTHER</a></li></ul></li></ul><script type="text/javascript">
$(function()
{
try
{
DynarchMenu.setup('hp-sor-menu', { });
}
catch(exception)
{
alert("Failed to render other menu: " + exception.description);
}
});
そして、mosueoverのときにaltは表示されません