[Bug 11013] New: Don't honor <meta> pragmas that don't come from the network stream of document.write

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

           Summary: Don't honor <meta> pragmas that don't come from the
                    network stream of document.write
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: hsivonen@iki.fi
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The old parser in Gecko didn't honor the semantics of <meta http-equiv> coming
from innerHTML. E.g. not honoring http-equiv="Refresh" is required for compat
with snapple.com. See https://bugzilla.mozilla.org/show_bug.cgi?id=599584

Please adjust the spec accordingly to ignore pragmas from innerHTML and from
script-created metas.

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/666 doesn't
navigate in Gecko, WebKit or IE8 (but navigates in Opera).

-- 
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 Tuesday, 12 October 2010 13:20:05 UTC