- From: <bugzilla@jessica.w3.org>
- Date: Wed, 02 Jun 2010 13:39:23 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9831 Summary: Handling of EOF in foreignContent mode causes all tags to be popped of stack of open elements Product: HTML WG Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: jgraham@opera.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html@w3.org In foreign content mode an EOF is handled as follows: "Pop elements from the stack of open elements until either a math element or an svg element has been popped from the stack, and reprocess the token." Since the insertion mode is not changed, this just leads to the same step being called until the stack of open elements is empty. The step should probably the switch the insertion mode back to the secondary insertion mode. -- 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 Wednesday, 2 June 2010 13:39:24 UTC