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

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

Rafael Weinstein <rafaelw@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #8 from Rafael Weinstein <rafaelw@chromium.org> 2012-09-06 21:42:42 UTC ---
For the colgroup case to work (e.g.:

#data
<table><colgroup><template><col>
#errors
#document
| <html>
|   <head>
|   <body>
|     <table>
|       <colgroup>
|         <template>
|           <col>

), template contents mode needs to set the insertion mode to in column group
when a col tag is encountered.

-- 
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 Thursday, 6 September 2012 21:42:43 UTC