aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html
AgeCommit message (Expand)Author
2012-02-06html: add package doc.Nigel Tao
2012-02-03std: add struct field tags to untagged literals.Nigel Tao
2012-02-01all packages: fix various typosRobert Griesemer
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-25html: move the HTML parser to an exp/html package. The parser is aNigel Tao
2012-01-19html/template: fix docs after API changesGustavo Niemeyer
2012-01-19text/template/parse: use human error printsRob Pike
2012-01-19html: in foreign content, check for HTML integration points in breakoutNigel Tao
2012-01-11html/template: reenable testcases and fix mis-escaped sequences.Mike Samuel
2012-01-11html: propagate foreign namespaces only when adding foreign content.Nigel Tao
2012-01-09strconv: return ErrSyntax when unquoting illegal octal sequences. ThisSameer Ajmani
2012-01-10html: foreign element HTML integration points, tag name adjustment,Nigel Tao
2012-01-04html: parse <frameset> inside bodyAndrew Balholm
2011-12-25html: adjust foreign attributes.Nigel Tao
2011-12-24html: "in select in table" insertion mode.Andrew Balholm
2011-12-23html: Don't ignore whitespace in "after after frameset" mode.Andrew Balholm
2011-12-21html: handle breakout tags in foreign content.Nigel Tao
2011-12-20template: better error message for empty templatesRob Pike
2011-12-20panics: use the new facilities of testing.B insteadRob Pike
2011-12-20html: ignore <caption>, <col>, <tbody> etc. when parsing table fragmentsAndrew Balholm
2011-12-19html: handle text nodes in foreign content.Nigel Tao
2011-12-16html: handle end tags in foreign objects.Nigel Tao
2011-12-15html: don't leave "in column group" mode when ignoring a tokenAndrew Balholm
2011-12-14html/template: define the FuncMap type locallyRob Pike
2011-12-14html: close <button> element before opening a new oneAndrew Balholm
2011-12-13html: update comments to match latest spec.Nigel Tao
2011-12-13html: a first step at parsing foreign content (MathML, SVG).Nigel Tao
2011-12-12html: don't ignore whitespace in or after framesetsAndrew Balholm
2011-12-09html/template: make Must workRob Pike
2011-12-08update tree for new default type ruleRuss Cox
2011-12-08html/template: clean up locking for ExecuteTemplateRob Pike
2011-12-06html/template: simplify ExecuteTemplate a littleRob Pike
2011-12-05use new strconv APIRuss Cox
2011-12-02gofmt -s misc srcRuss Cox
2011-12-02html: allow whitespace between head and bodyAndrew Balholm
2011-12-01gofmt: applied gofmt -w -s src miscRobert Griesemer
2011-12-01text/template: replace Add with AddParseTreeRob Pike
2011-11-30html/template: make execution thread-safeRob Pike
2011-12-01html: implement fragment parsing algorithmAndrew Balholm
2011-11-30html/template: update to new template APIRob Pike
2011-11-30html: clean up the z.rawTag calculation in the tokenizer.Nigel Tao
2011-11-30html: parse <xmp> tagsAndrew Balholm
2011-11-30html: parse the contents of <iframe> elements as raw textAndrew Balholm
2011-11-29html: spin doctype.go out of parse.go.Nigel Tao
2011-11-29html: detect quirks modeAndrew Balholm
2011-11-28html: parse <nobr> elementsAndrew Balholm
2011-11-27html: ignore <head> tags in <head> elementAndrew Balholm
2011-11-25html/template: fix documentation indentAndrew Gerrand
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