| Age | Commit message (Expand) | Author |
| 2012-01-25 | html: move the HTML parser to an exp/html package. The parser is a | Nigel Tao |
| 2012-01-19 | html: in foreign content, check for HTML integration points in breakout | Nigel Tao |
| 2012-01-11 | html: propagate foreign namespaces only when adding foreign content. | Nigel Tao |
| 2012-01-10 | html: foreign element HTML integration points, tag name adjustment, | Nigel Tao |
| 2012-01-04 | html: parse <frameset> inside body | Andrew Balholm |
| 2011-12-25 | html: adjust foreign attributes. | Nigel Tao |
| 2011-12-24 | html: "in select in table" insertion mode. | Andrew Balholm |
| 2011-12-23 | html: Don't ignore whitespace in "after after frameset" mode. | Andrew Balholm |
| 2011-12-21 | html: handle breakout tags in foreign content. | Nigel Tao |
| 2011-12-20 | html: ignore <caption>, <col>, <tbody> etc. when parsing table fragments | Andrew Balholm |
| 2011-12-19 | html: handle text nodes in foreign content. | Nigel Tao |
| 2011-12-16 | html: handle end tags in foreign objects. | Nigel Tao |
| 2011-12-15 | html: don't leave "in column group" mode when ignoring a token | Andrew Balholm |
| 2011-12-14 | html: close <button> element before opening a new one | Andrew Balholm |
| 2011-12-13 | html: update comments to match latest spec. | Nigel Tao |
| 2011-12-13 | html: a first step at parsing foreign content (MathML, SVG). | Nigel Tao |
| 2011-12-12 | html: don't ignore whitespace in or after framesets | Andrew Balholm |
| 2011-12-02 | html: allow whitespace between head and body | Andrew Balholm |
| 2011-12-01 | html: implement fragment parsing algorithm | Andrew Balholm |
| 2011-11-30 | html: parse <xmp> tags | Andrew Balholm |
| 2011-11-29 | html: spin doctype.go out of parse.go. | Nigel Tao |
| 2011-11-29 | html: detect quirks mode | Andrew Balholm |
| 2011-11-28 | html: parse <nobr> elements | Andrew Balholm |
| 2011-11-27 | html: ignore <head> tags in <head> element | Andrew Balholm |
| 2011-11-24 | html: ingore newline at the start of a <pre> block | Andrew Balholm |
| 2011-11-24 | html: parse DOCTYPE into name and public and system identifiers | Andrew Balholm |
| 2011-11-22 | html: copy attributes from extra <html> tags to root element | Andrew Balholm |
| 2011-11-22 | html: ignore whitespace before <head> element | Andrew Balholm |
| 2011-11-17 | html: parse <isindex> | Andrew Balholm |
| 2011-11-17 | html: parse </optgroup> and </option> | Andrew Balholm |
| 2011-11-16 | html: parse <optgroup> tags | Andrew Balholm |
| 2011-11-16 | html: parse <caption> elements | Andrew Balholm |
| 2011-11-15 | html: auto-close <p> elements when starting <form> element. | Andrew Balholm |
| 2011-11-15 | html: parse and render <plaintext> elements | Andrew Balholm |
| 2011-11-13 | html: auto-close <dd> and <dt> elements | Andrew Balholm |
| 2011-11-13 | html: store the current insertion mode in the parser | Andrew Balholm |
| 2011-11-12 | html: handle end tags in strange places | Andrew Balholm |
| 2011-11-11 | html: ignore <col> tag outside tables | Andrew Balholm |
| 2011-11-11 | html: parse column groups | Andrew Balholm |
| 2011-11-10 | html: parse framesets | Andrew Balholm |
| 2011-11-09 | html: correctly parse </html> in <head> element. | Andrew Balholm |
| 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-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 | 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 |