aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html/render.go
AgeCommit message (Expand)Author
2012-01-25html: move the HTML parser to an exp/html package. The parser is aNigel Tao
2011-12-25html: adjust foreign attributes.Nigel Tao
2011-12-13html: update comments to match latest spec.Nigel Tao
2011-11-30html: parse <xmp> tagsAndrew Balholm
2011-11-30html: parse the contents of <iframe> elements as raw textAndrew Balholm
2011-11-24html: ingore newline at the start of a <pre> blockAndrew Balholm
2011-11-24html: parse DOCTYPE into name and public and system identifiersAndrew Balholm
2011-11-15html: parse and render <plaintext> elementsAndrew Balholm
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-11-02html: refactor the blacklist for the "render and re-parse" test.Nigel Tao
2011-10-20html: parse and render comment nodes.Nigel Tao
2011-10-19html: parse raw text and RCDATA elements, such as <script> and <title>.Nigel Tao
2011-10-10html: add a Render function.Nigel Tao