I'm a FF developer, and I'm not sure this is a FF bug.
FF 3.7 introduced a new HTML5-compliant parser, and I think it's
rejecting the content inside the <button> tag.
Here's the raw source:
<p><button class="download"
onClick="document.forms['start-download'].submit();">
<h5>Start download</h5>
<h5 class='download-started' style='display: none;'>Download started</h5>
<h6>Ubuntu Desktop Edition <span id="bitcount">32</span>-bit</h6>
</button></p>
And here's the generated DOM (from selecting the content and clicking
"show selection source"):
<p><button class="download"
onclick="document.forms['start-download'].submit();">
</button></p><h5>Start download</h5>
<h5 class="download-started" style="display: none;">Download started</h5>
<h6>Ubuntu Desktop Edition <span id="bitcount">32</span>-bit</h6>
<p></p>
--
Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)
https://bugs.launchpad.net/bugs/588595
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs