aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html/parse_test.go
AgeCommit message (Expand)Author
2012-01-25html: move the HTML parser to an exp/html package. The parser is aNigel Tao
2012-01-19html: in foreign content, check for HTML integration points in breakoutNigel Tao
2012-01-11html: propagate foreign namespaces only when adding foreign content.Nigel Tao
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-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: close <button> element before opening a new oneAndrew Balholm
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-02html: allow whitespace between head and bodyAndrew Balholm
2011-12-01html: implement fragment parsing algorithmAndrew Balholm
2011-11-30html: parse <xmp> tagsAndrew Balholm
2011-11-30html: parse the contents of <iframe> elements as raw textAndrew Balholm
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-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-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-17html: parse <isindex>Andrew Balholm
2011-11-17html: parse </optgroup> and </option>Andrew Balholm
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-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-09html: treat <image> as <img>Andrew Balholm
2011-11-08html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page bodyAndrew Balholm
2011-11-07html: be able to test more than one testdata file.Nigel Tao
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-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