go/src/pkg/exp/html
Andrew Balholm 899be50991 exp/html: don't insert empty text nodes
Pass 1 additional test.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6443048
2012-07-26 10:32:24 +10:00
..
atom exp/html/atom: add some more atoms. 2012-06-15 15:39:25 +10:00
testdata exp/html: add some tokenizer and parser benchmarks. 2012-05-30 13:00:32 +10:00
testlogs exp/html: don't insert empty text nodes 2012-07-26 10:32:24 +10:00
const.go html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
doc.go html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
doctype.go html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
entity.go html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
entity_test.go html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
escape.go exp/html: special handling for entities in attributes 2012-07-23 12:39:58 +10:00
foreign.go exp/html: adjust parseForeignContent to match spec 2012-05-25 10:03:59 +10:00
node.go exp/html: make the tokenizer return atoms for tag tokens. 2012-06-07 13:05:35 +10:00
parse.go exp/html: don't insert empty text nodes 2012-07-26 10:32:24 +10:00
parse_test.go exp/html: check the context node for consistency when parsing fragments. 2012-06-08 13:55:15 +10:00
render.go html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
render_test.go html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
token.go exp/html: special handling for entities in attributes 2012-07-23 12:39:58 +10:00
token_test.go exp/html: special handling for entities in attributes 2012-07-23 12:39:58 +10:00