]> Cypherpunks repositories - gostls13.git/commit
html: parse column groups
authorAndrew Balholm <andybalholm@gmail.com>
Fri, 11 Nov 2011 00:41:46 +0000 (11:41 +1100)
committerNigel Tao <nigeltao@golang.org>
Fri, 11 Nov 2011 00:41:46 +0000 (11:41 +1100)
commit83f61a27d6f1ef053c00b4cc2fd9668fdf354ad8
tree27bd8629dac9b5bb8f13034e94707c9bc7dacfd1
parentdd2abe51526867b7574a10708a028a24a3a41ad9
html: parse column groups

Pass tests1.dat, test 108:
<table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>

| <html>
|   <head>
|   <body>
|     <table>
|       <colgroup>
|         <col>
|       <colgroup>
|         <col>
|         <col>
|         <col>
|       <colgroup>
|         <col>
|         <col>
|       <thead>
|         <tr>
|           <td>

R=nigeltao
CC=golang-dev
https://golang.org/cl/5369061
src/pkg/html/parse.go
src/pkg/html/parse_test.go