Descriptionhtml: ignore <col> tag outside tables
Pass tests1.dat, test 109:
<table><col><tbody><col><tr><col><td><col></table><col>
| <html>
| <head>
| <body>
| <table>
| <colgroup>
| <col>
| <tbody>
| <colgroup>
| <col>
| <tbody>
| <tr>
| <colgroup>
| <col>
| <tbody>
| <tr>
| <td>
| <colgroup>
| <col>
Also pass test 110:
<table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup>
Patch Set 1 #Patch Set 2 : diff -r ca5f853bdff5 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r ca5f853bdff5 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r ca5f853bdff5 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r ca5f853bdff5 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r ca5f853bdff5 https://go.googlecode.com/hg/ #Patch Set 7 : diff -r ca5f853bdff5 https://go.googlecode.com/hg/ #
MessagesTotal messages: 4
|