1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg/html
Nigel Tao bca65e395e html: parse more malformed tags.
This continues the work in revision 914a659b44ff, now passing more test
cases. As before, the new tokenization tests match html5lib's behavior.

Fixes #2124.

R=dsymonds, r
CC=golang-dev
https://golang.org/cl/4867042
2011-08-11 18:49:09 +10:00
..
testdata/webkit html: sync html/testdata/webkit with upstream WebKit. 2011-07-21 12:50:45 +10:00
const.go html: parse misnested formatting tags according to the HTML5 spec. 2011-07-21 11:20:54 +10:00
doc.go html: improve attribute parsing, note package status 2011-06-06 15:56:15 -07:00
entity_test.go html: handle character entities without semicolons 2011-07-21 09:10:49 +10:00
entity.go html: handle character entities without semicolons 2011-07-21 09:10:49 +10:00
escape.go html: handle character entities without semicolons 2011-07-21 09:10:49 +10:00
Makefile html: parse misnested formatting tags according to the HTML5 spec. 2011-07-21 11:20:54 +10:00
node.go html: parse doctype tokens; merge adjacent text nodes. 2011-08-01 10:26:46 +10:00
parse_test.go html: parse doctype tokens; merge adjacent text nodes. 2011-08-01 10:26:46 +10:00
parse.go html: parse doctype tokens; merge adjacent text nodes. 2011-08-01 10:26:46 +10:00
token_test.go html: parse more malformed tags. 2011-08-11 18:49:09 +10:00
token.go html: parse more malformed tags. 2011-08-11 18:49:09 +10:00