index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
html
/
parse_test.go
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-07
html: be able to test more than one testdata file.
Nigel Tao
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
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-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-26
html: improve parsing of lists
Andrew Balholm
2011-10-26
html: improve parsing of tables
Andrew Balholm
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-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-01
html: parse doctype tokens; merge adjacent text nodes.
Nigel Tao
2011-07-21
html: parse misnested formatting tags according to the HTML5 spec.
Nigel Tao
2011-04-27
ioutil: add Discard, update tree.
Brad Fitzpatrick
2011-04-04
os: New Open API.
Rob Pike
2010-12-15
html: parse "<h1>foo<h2>bar".
Nigel Tao
2010-12-10
html: parse <table><tr><td> tags.
Nigel Tao
2010-12-08
html: handle unexpected EOF during parsing.
Nigel Tao
2010-12-07
html: first cut at a parser.
Nigel Tao