1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:21:21 -06:00
go/src/pkg/html
Rob Pike 07ee3cc741 html/template: update to new template API
Not quite done yet but enough is here to review.

Embedding is eliminated so clients can't accidentally reach
methods of text/template.Template that would break the
invariants.

TODO later: Add and Clone are unimplemented.
TODO later: address issue 2349

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5434077
2011-11-30 17:42:18 -05:00
..
template html/template: update to new template API 2011-11-30 17:42:18 -05: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: fix doc after Err method name change 2011-11-18 01:06:59 -02:00
doctype.go html: spin doctype.go out of parse.go. 2011-11-29 18:20:59 +11:00
entity_test.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
entity.go cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
escape.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
Makefile html: spin doctype.go out of parse.go. 2011-11-29 18:20:59 +11:00
node.go html: stop at scope marker node when generating implied </a> tags 2011-11-02 11:47:05 +11:00
parse_test.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
parse.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
render_test.go html: add a Render function. 2011-10-10 14:44:37 +11:00
render.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
token_test.go html: on EOF in a comment, ignore final dashes (up to 2) 2011-11-23 09:26:37 +11:00
token.go html: clean up the z.rawTag calculation in the tokenizer. 2011-11-30 17:00:37 +11:00