]> Cypherpunks repositories - gostls13.git/commit
html: treat <image> as <img>
authorAndrew Balholm <andybalholm@gmail.com>
Tue, 8 Nov 2011 22:43:55 +0000 (09:43 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 8 Nov 2011 22:43:55 +0000 (09:43 +1100)
commitce4eec2e0acf9ec36c34bd42e81bbb2e32f18b81
tree737e45a20dd5e41a03e1427e60c9d12a7718a0fd
parent3e94e757eff3bfa4150b1e88fda8db98905290de
html: treat <image> as <img>

Pass tests1.dat, test 90:
<p><image></p>

| <html>
|   <head>
|   <body>
|     <p>
|       <img>

Also pass test 91:
<a><table><a></table><p><a><div><a>

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