]> Cypherpunks repositories - gostls13.git/commit
html: parse <caption> elements
authorAndrew Balholm <andybalholm@gmail.com>
Wed, 16 Nov 2011 01:18:11 +0000 (12:18 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 16 Nov 2011 01:18:11 +0000 (12:18 +1100)
commit28546ed56a37c7d4a384c1e9ae69c61d16e4ea94
treed074f3274177ff3530af8817582b5b24747af1a2
parent5e5c5c2789cb585122ed5975dbe11d7bf761b7a0
html: parse <caption> elements

Pass tests2.dat, test 33:
<!DOCTYPE html><table><caption>test TEST</caption><td>test

| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <table>
|       <caption>
|         "test TEST"
|       <tbody>
|         <tr>
|           <td>
|             "test"

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