1. a33f666 html: gofmt -w -s by Mikio Hara · 6 years ago
  2. e3b2ff5 html: fix parsing where nested tags of unknown types inadvertently close one another by Tom Anthony · 6 years ago
  3. 66a96c8 html: remove G+ reference from testdata by Brad Fitzpatrick · 6 years ago
  4. 3a22650 html: remove unnecessary break by Kunpei Sakai · 6 years ago
  5. d26f9f9 html: update inSelectIM and inSelectInTableIM for the latest spec by Kunpei Sakai · 6 years ago
  6. 4b62a64 html: make (*nodeStack)contains distinguish namespace by Kunpei Sakai · 6 years ago
  7. f5e5bdd html: remove unnecessary namespace checking by Kunpei Sakai · 6 years ago
  8. f04abc6 html: add missing special elements for <svg> and <math> by Kunpei Sakai · 6 years ago
  9. cf3bd58 html: don't set im if <template> doesn't have HTML namespace by Kunpei Sakai · 6 years ago
  10. 2f5d238 html: avoid panic even if unconsidered <isindex> and <template> combination by Kunpei Sakai · 7 years ago
  11. 161cd47 html: add more comments to Parse and ParseFragment by Nigel Tao · 7 years ago
  12. 8a410e7 html: fix wrong comparison in foster parenting algorithm by Kunpei Sakai · 7 years ago
  13. 4bcd98c html: copy passed tests from chromium by Kunpei Sakai · 7 years ago
  14. faa378e html: handle end-of-file cases correctly by Kunpei Sakai · 7 years ago
  15. aaf6012 html: remove special procedure for <template> in frameset im by Kunpei Sakai · 7 years ago
  16. c394268 html: don't ignore token when current token is not <template> by Kunpei Sakai · 7 years ago
  17. 32a936f html: don't ignore the token if the current node is form by Kunpei Sakai · 7 years ago
  18. 3a7846f html: gofmt -w -s by Mikio Hara · 7 years ago
  19. d41e817 html: handle rb and rtc elements by Kunpei Sakai · 7 years ago
  20. 8d16fa6 html: avoid invalid nil pointer access by Kunpei Sakai · 7 years ago
  21. 3121141 html/atom: add atom.Rb and atom.Rtc by Kunpei Sakai · 7 years ago
  22. 500e7a4 html: add "in template" insertion mode support by namusyaka · 7 years ago
  23. 136a25c html: update quotes about the list of active formatting elements by namusyaka · 7 years ago
  24. 2e7f24a html: update section numbers by namusyaka · 7 years ago
  25. 309822c html/atom: add atom.Acronym by Nigel Tao · 7 years ago
  26. 5ccada7 html: fix misleading Tokenizer.Token comment by Nigel Tao · 7 years ago
  27. 9dfe398 net/html: add missing package name in doc example by Frederic Guillot · 7 years ago
  28. 278c6cf html/atom: sync html table with the current whatwg spec by Kunpei Sakai · 8 years ago
  29. b60f3a9 html: add main and keygen as special element by namusyaka · 8 years ago
  30. f1d3149 html/charset: replace EUC-KR test by Andy Balholm · 9 years ago
  31. 68a055e html/charset: verify correct UTF-8 behavior by Marcel van Lohuizen · 9 years ago
  32. 9b9d6d8 html/charset: handle unsupported code points for encoding by Marcel van Lohuizen · 9 years ago
  33. d28a91a html/charset: use x/text/encoding/htmlindex by Marcel van Lohuizen · 9 years ago
  34. 72b0708 html/charmap: update table with latest data by Marcel van Lohuizen · 9 years ago
  35. 05bc443 html: remove license references from benchmark test data by Ian Lance Taylor · 9 years ago
  36. edab5dc html: Use existing standard library interface internally. by Dmitri Shuralyov · 10 years ago
  37. e0403b4 html/charset/testdata: update licensing info in README by Ian Lance Taylor · 10 years ago
  38. 6460565 x/net/html/charset: Change NewReaderByName to NewReaderLabel. by Andy Balholm · 10 years ago
  39. 3d87fd6 x/net/html: Sync the html parser and atom with the current whatwg spec by Dmitry Savintsev · 10 years ago
  40. ec18079 x/net/html/charset: add NewReaderByName by Andy Balholm · 10 years ago
  41. 8aa6e20 net: add import comments. by David Symonds · 10 years ago
  42. ccf541d x/net/html/charset: add missing copyright by Mikio Hara · 10 years ago
  43. 716c3cc x/net/html/charset: fix nacl build by Mikio Hara · 10 years ago
  44. fbe893d go.net: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  45. 5755bc4 go.net/html: Fix comment handling for "in select" insertion mode by Frederick Kelly Mayle III · 11 years ago
  46. 4109fcc html: handle '<' before a tag by Andrew Balholm · 11 years ago
  47. a6927df go.net: fix various typos by Robert Griesemer · 11 years ago
  48. 4698117 go.net/html: Expose data read from the input reader but not yet tokenized in Tokenizer. by Michael Piatek · 11 years ago
  49. 384e4d2 html: limit buffering during tokenization. by Michael Piatek · 11 years ago
  50. 480e7b0 go.net/html: Tokenizer.Raw returns the original input when tokenizer errors occur. by Michael Piatek · 11 years ago
  51. 3f04d1f go.net/html/charset: add NewReader by Andrew Balholm · 11 years ago
  52. 7421374 go.net/html/charset: implement the encoding sniffing algorithm by Andrew Balholm · 11 years ago
  53. 7eb0b7e go.net/html/charset: encoding names by Andrew Balholm · 11 years ago
  54. e2719b3 go.net/html/charset: new package by Andrew Balholm · 11 years ago
  55. e8489d8 go.net/html: fix the tokenizer when the underlying io.Reader returns by Nigel Tao · 12 years ago
  56. 46c4a49 go.net/html: put escaping tests escape_test.go by Andrew Gerrand · 12 years ago
  57. 3651a44 go.net/html: don't use Go tip io.ByteWriter by Shenghou Ma · 12 years ago
  58. ea127e8 go.net/html: move exp/html and exp/html/atom here to the go.net sub-repo. by Nigel Tao · 12 years ago