石橋秀仁(zerobase)書き散らす

まじめなブログは別にあります→ja.ishibashihideto.net

Amazonの商品紹介用iframeタグには代替テキストがないのが残念

Amazonのリンクって残念なタグだなあ:

ソース:

<iframe src="http://rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=hidetoi-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=0596527349" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>

ってなってるんですが、srcdoc (HTML5) や noframes で代替テキストを設定してほしいなあ。「テキストのみ」のリンクとして取得できるタグでいいと思うんですけどね:

Information Architecture for the World Wide Web

ソース:

<a href="http://www.amazon.co.jp/gp/product/0596527349/ref=as_li_ss_tl?ie=UTF8&camp=247&creative=7399&creativeASIN=0596527349&linkCode=as2&tag=hidetoi-22">Information Architecture for the World Wide Web</a><img src="http://ir-jp.amazon-adsystem.com/e/ir?t=hidetoi-22&l=as2&o=9&a=0596527349" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

参考

4.7 Embedded content — HTML5