aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html
AgeCommit message (Expand)Author
2011-11-23html: on EOF in a comment, ignore final dashes (up to 2)Andrew Balholm
2011-11-22html: copy attributes from extra <html> tags to root elementAndrew Balholm
2011-11-22html: ignore whitespace before <head> elementAndrew Balholm
2011-11-20html: refactor parse test infrastructureAndrew Balholm
2011-11-19html/template: fix documentation formattingAndrew Gerrand
2011-11-18html/template, net/http, websocket: fix import paths in commentsLucio De Re
2011-11-18html: fix doc after Err method name changeGustavo Niemeyer
2011-11-17html: parse <isindex>Andrew Balholm
2011-11-17html: parse </optgroup> and </option>Andrew Balholm
2011-11-16html/template: indirect top-level values before printingRob Pike
2011-11-16html: parse <optgroup> tagsAndrew Balholm
2011-11-16html: parse <caption> elementsAndrew Balholm
2011-11-15html: auto-close <p> elements when starting <form> element.Andrew Balholm
2011-11-15html: parse and render <plaintext> elementsAndrew Balholm
2011-11-13html: auto-close <dd> and <dt> elementsAndrew Balholm
2011-11-13html: store the current insertion mode in the parserAndrew Balholm
2011-11-12html: handle end tags in strange placesAndrew Balholm
2011-11-11html: ignore <col> tag outside tablesAndrew Balholm
2011-11-11html: parse column groupsAndrew Balholm
2011-11-10html: parse framesetsAndrew Balholm
2011-11-10html: don't emit text token for empty raw text elements.Andrew Balholm
2011-11-09html: correctly parse </html> in <head> element.Andrew Balholm
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-09html: treat <image> as <img>Andrew Balholm
2011-11-08html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page bodyAndrew Balholm
2011-11-08html: fix typo in package docs.Nigel Tao
2011-11-07html: be able to test more than one testdata file.Nigel Tao
2011-11-04html/template: wraps package template instead of exposing func EscapeMike Samuel
2011-11-04html,bzip2,sql: rename Error methods that return error to ErrGustavo Niemeyer
2011-11-04html: properly close <tr> element when an new <tr> starts.Andrew Balholm
2011-11-04html: move <link> element from after <head> into <head>Andrew Balholm
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-03html,log,math: renamingsRob Pike
2011-11-03html: parse <link> elements in <head>Andrew Balholm
2011-11-03html: properly close <marquee> elements.Andrew Balholm
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-11-02html: stop at scope marker node when generating implied </a> tagsAndrew Balholm
2011-11-02html: refactor the blacklist for the "render and re-parse" test.Nigel Tao
2011-11-01html: process </td> tags; foster parent at most one node per tokenAndrew Balholm
2011-10-29html: adjust bookmark in "adoption agency" algorithmAndrew Balholm
2011-10-28html: don't run "adoption agency" on elements that aren't in scope.Andrew Balholm
2011-10-27html: fix print argument in testRuss Cox
2011-10-28html: allow whitespace text nodes in <head>Andrew Balholm
2011-10-27html: parse <style> elements inside <head> element.Andrew Balholm
2011-10-27html: close <option> element when opening <optgroup>Andrew Balholm
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-10-26html: improve parsing of listsAndrew Balholm
2011-10-26html: improve parsing of tablesAndrew Balholm
2011-10-25html: remove the Tokenizer.ReturnComments option.Nigel Tao