This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11677 - <input type=hidden> shouldn't set framesetOk to false
Summary: <input type=hidden> shouldn't set framesetOk to false
Status: RESOLVED DUPLICATE of bug 11156
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 critical
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 09:49 UTC by Adam Barth
Modified: 2011-08-04 05:04 UTC (History)
6 users (show)

See Also:


Attachments

Description Adam Barth 2011-01-06 09:49:05 UTC
Apparently, this markup should show the frameset:

<input type=hidden>
<frameset>
<frame src="http://www.google.com/">
</frameset>

This is a reduction of a compat issue with http://vote-now.com/, which shows up as a blank page when parsed with the HTML5 parser.  See <http://code.google.com/p/chromium/issues/detail?id=68506>.
Comment 1 Jonas Sicking (Not reading bugmail) 2011-01-06 10:48:24 UTC
Did Firefox 3.6 (i.e. gecko's pre-html5 parser) really do this? If not, I wonder how big of a problem this really is.
Comment 2 Adam Barth 2011-01-06 11:05:12 UTC
> Did Firefox 3.6 (i.e. gecko's pre-html5 parser) really do this?

Yes it did.  The site used to work fine in the pre-HTML5 versions of Firefox, Chrome, and Safari.  Now it's a blank page.  :(
Comment 3 Anne 2011-01-06 12:33:09 UTC
This was already reported by Henri and fixed just before 2011.

*** This bug has been marked as a duplicate of bug 11156 ***
Comment 4 Michael[tm] Smith 2011-08-04 05:04:49 UTC
mass-moved component to LC1