Reported by jteh on 2012-11-30 01:20
On the iTunes download page, the graphic to begin the download is not rendered. This is an unlabelled graphic, but it doesn't have alt="", so it should be rendered. (Nevertheless, this should still be reported to Apple.) If you view just the iframe containing the download graphic, it is rendered correctly. This affects both Gecko and MSHTML.
The reason is that one of the ancestors is inappropriately being treated as interactive, which causes us to ignore all unlabelled graphics beneath.
Reported by jteh on 2012-11-30 01:20
On the iTunes download page, the graphic to begin the download is not rendered. This is an unlabelled graphic, but it doesn't have alt="", so it should be rendered. (Nevertheless, this should still be reported to Apple.) If you view just the iframe containing the download graphic, it is rendered correctly. This affects both Gecko and MSHTML.
The reason is that one of the ancestors is inappropriately being treated as interactive, which causes us to ignore all unlabelled graphics beneath.