- From: <bugzilla@jessica.w3.org>
- Date: Wed, 30 Jan 2013 21:53:03 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20829 Bug ID: 20829 Summary: [Templates]: The foster agency algorithm should be prevented from pulling nodes out of the template content Classification: Unclassified Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Component Model Assignee: dglazkov@chromium.org Reporter: rafaelw@chromium.org QA Contact: public-webapps-bugzilla@w3.org Blocks: 15476 e.g. <body><template><i><menu></i> The problem here is that, as written, the algorithm will remove the <menu> append it to a newly created <i> and append <i> to the "next" item in the stack of open elements (which is <template>). The solution is to modify the rule to append to the template's content, when it currently would have appended to the template itself. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 30 January 2013 21:53:04 UTC