go/src/pkg/exp/html
Andrew Balholm 82e2272566 exp/html: detect "integration points" in SVG and MathML content
Detect HTML integration points and MathML text integration points.
At these points, process tokens as HTML, not as foreign content.

Pass 33 more tests.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6249044
2012-05-24 13:46:41 +10:00
..
testdata/webkit exp/html: update test data 2012-05-24 10:35:31 +10:00
testlogs exp/html: detect "integration points" in SVG and MathML content 2012-05-24 13:46:41 +10:00
const.go
doc.go
doctype.go
entity.go
entity_test.go
escape.go html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
foreign.go exp/html: detect "integration points" in SVG and MathML content 2012-05-24 13:46:41 +10:00
node.go all: fixed various typos 2012-03-01 14:56:05 -08:00
parse.go exp/html: detect "integration points" in SVG and MathML content 2012-05-24 13:46:41 +10:00
parse_test.go exp/html: more comprehensive tests 2012-04-17 17:17:22 +10:00
render.go
render_test.go html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
token.go all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
token_test.go html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00