| Age | Commit message (Expand) | Author |
| 2011-11-09 | html: treat <image> as <img> | Andrew Balholm |
| 2011-11-08 | html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page body | Andrew Balholm |
| 2011-11-08 | html: fix typo in package docs. | Nigel Tao |
| 2011-11-07 | html: be able to test more than one testdata file. | Nigel Tao |
| 2011-11-04 | html/template: wraps package template instead of exposing func Escape | Mike Samuel |
| 2011-11-04 | html,bzip2,sql: rename Error methods that return error to Err | Gustavo Niemeyer |
| 2011-11-04 | html: properly close <tr> element when an new <tr> starts. | Andrew Balholm |
| 2011-11-04 | html: move <link> element from after <head> into <head> | Andrew Balholm |
| 2011-11-03 | all: rename os.EOF to io.EOF in various non-code contexts | Vincent Vanackere |
| 2011-11-03 | html,log,math: renamings | Rob Pike |
| 2011-11-03 | html: parse <link> elements in <head> | Andrew Balholm |
| 2011-11-03 | html: properly close <marquee> elements. | Andrew Balholm |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-11-02 | html: stop at scope marker node when generating implied </a> tags | Andrew Balholm |
| 2011-11-02 | html: refactor the blacklist for the "render and re-parse" test. | Nigel Tao |
| 2011-11-01 | html: process </td> tags; foster parent at most one node per token | Andrew Balholm |
| 2011-10-29 | html: adjust bookmark in "adoption agency" algorithm | Andrew Balholm |
| 2011-10-28 | html: don't run "adoption agency" on elements that aren't in scope. | Andrew Balholm |
| 2011-10-27 | html: fix print argument in test | Russ Cox |
| 2011-10-28 | html: allow whitespace text nodes in <head> | Andrew Balholm |
| 2011-10-27 | html: parse <style> elements inside <head> element. | Andrew Balholm |
| 2011-10-27 | html: close <option> element when opening <optgroup> | Andrew Balholm |
| 2011-10-25 | cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ... | Russ Cox |
| 2011-10-26 | html: improve parsing of lists | Andrew Balholm |
| 2011-10-26 | html: improve parsing of tables | Andrew Balholm |
| 2011-10-25 | html: remove the Tokenizer.ReturnComments option. | Nigel Tao |
| 2011-10-25 | html: dump attributes when running parser tests. | Andrew Balholm |
| 2011-10-23 | html: implement foster parenting | Andrew Balholm |
| 2011-10-22 | html: parse <select> tags. | Nigel Tao |
| 2011-10-20 | html: parse and render comment nodes. | Nigel Tao |
| 2011-10-19 | html: parse raw text and RCDATA elements, such as <script> and <title>. | Nigel Tao |
| 2011-10-18 | html: refactor the tokenizer; parse "</>" correctly. | Nigel Tao |
| 2011-10-16 | html: tokenize "a < b" as one whole text token. | Nigel Tao |
| 2011-10-15 | html: improve parsing of comments and "bogus comments" | Andrew Balholm |
| 2011-10-14 | html: fix some tokenizer bugs with attribute key/values. | Nigel Tao |
| 2011-10-14 | html: rewrite the tokenizer to be more consistent. | Nigel Tao |
| 2011-10-13 | html: insert implied <p> and </p> tags | Andrew Balholm |
| 2011-10-13 | html: when a parse test fails, don't bother testing rendering. | Nigel Tao |
| 2011-10-10 | html: add a Render function. | Nigel Tao |
| 2011-08-11 | html: parse more malformed tags. | Nigel Tao |
| 2011-08-10 | html: parse malformed tags missing a '>', such as `<p id=0</p>`. | Nigel Tao |
| 2011-08-01 | html: parse doctype tokens; merge adjacent text nodes. | Nigel Tao |
| 2011-07-21 | html: sync html/testdata/webkit with upstream WebKit. | Nigel Tao |
| 2011-07-21 | html: parse misnested formatting tags according to the HTML5 spec. | Nigel Tao |
| 2011-07-21 | html: handle character entities without semicolons | Andrew Balholm |
| 2011-07-13 | html: update section references in comments to the latest HTML5 spec. | Nigel Tao |
| 2011-07-06 | html: parse start tags that aren't explicitly otherwise dealt with. | Yasuhiro Matsumoto |
| 2011-06-30 | html: fix nesting when parsing a close tag. | Yasuhiro Matsumoto |
| 2011-06-28 | strings.Split: make the default to split all. | Rob Pike |
| 2011-06-06 | html: improve attribute parsing, note package status | Brad Fitzpatrick |