]> Cypherpunks repositories - gostls13.git/commit
exp/html: detect "integration points" in SVG and MathML content
authorAndrew Balholm <andybalholm@gmail.com>
Thu, 24 May 2012 03:46:41 +0000 (13:46 +1000)
committerNigel Tao <nigeltao@golang.org>
Thu, 24 May 2012 03:46:41 +0000 (13:46 +1000)
commit82e22725666f0ee41c2ea67065ae8ea0792ab400
treed22796e707a91b2a0b10df53092f817b651f3ba1
parent04f3cf0faaebe59ae24e15531c27d5d885add20e
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
12 files changed:
src/pkg/exp/html/foreign.go
src/pkg/exp/html/parse.go
src/pkg/exp/html/testlogs/pending-spec-changes.dat.log
src/pkg/exp/html/testlogs/plain-text-unsafe.dat.log
src/pkg/exp/html/testlogs/tables01.dat.log
src/pkg/exp/html/testlogs/tests10.dat.log
src/pkg/exp/html/testlogs/tests12.dat.log
src/pkg/exp/html/testlogs/tests19.dat.log
src/pkg/exp/html/testlogs/tests20.dat.log
src/pkg/exp/html/testlogs/tests26.dat.log
src/pkg/exp/html/testlogs/tests9.dat.log
src/pkg/exp/html/testlogs/webkit01.dat.log