[Bug 18613] [Templates]: Section 7 Parsing HTML Templates needs to be re-written

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18613

--- Comment #4 from Rafael Weinstein <rafaelw@chromium.org> 2012-08-29 22:29:25 UTC ---
Also, just to make sure this is what we want:

#data
<body><template><tr><div></div></tr></template>
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       <tr>
|       <div>

Note that the div is foster parented *after* the <tr>, not before.

-- 
Configure bugmail: https://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, 29 August 2012 22:29:27 UTC