go/src/pkg/html
Nigel Tao be8b4d943f html: add a Render function.
R=mikesamuel, andybalholm
CC=golang-dev
https://golang.org/cl/5218041
2011-10-10 14:44:37 +11:00
..
testdata/webkit html: sync html/testdata/webkit with upstream WebKit. 2011-07-21 12:50:45 +10:00
Makefile html: add a Render function. 2011-10-10 14:44:37 +11: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.go html: handle character entities without semicolons 2011-07-21 09:10:49 +10:00
entity_test.go html: handle character entities without semicolons 2011-07-21 09:10:49 +10:00
escape.go html: add a Render function. 2011-10-10 14:44:37 +11:00
node.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
parse_test.go html: add a Render function. 2011-10-10 14:44:37 +11:00
render.go html: add a Render function. 2011-10-10 14:44:37 +11:00
render_test.go html: add a Render function. 2011-10-10 14:44:37 +11:00
token.go html: parse more malformed tags. 2011-08-11 18:49:09 +10:00
token_test.go html: parse more malformed tags. 2011-08-11 18:49:09 +10:00