[Bug 11677] New: <input type=hidden> shouldn't set framesetOk to false

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11677

           Summary: <input type=hidden> shouldn't set framesetOk to false
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: w3c@adambarth.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


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>.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 6 January 2011 09:49:07 UTC