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