]> Cypherpunks repositories - gostls13.git/commit
html: close <button> element before opening a new one
authorAndrew Balholm <andybalholm@gmail.com>
Wed, 14 Dec 2011 10:40:31 +0000 (21:40 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 14 Dec 2011 10:40:31 +0000 (21:40 +1100)
commite25a83d03e97edf0d8474ad41ed2edd0a63b19fc
tree69eb93af74d0a27d168c8d8ea52a88881a80ea7f
parent3c638f2892471b55ded3982d2639e5c62f00d506
html: close <button> element before opening a new one

Pass tests6.dat, test 13:
<button><button>

| <html>
|   <head>
|   <body>
|     <button>
|     <button>

Also pass tests through test 25:
<table><colgroup>foo

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