]> Cypherpunks repositories - gostls13.git/commit
html: fix some tokenizer bugs with attribute key/values.
authorNigel Tao <nigeltao@golang.org>
Fri, 14 Oct 2011 04:22:02 +0000 (15:22 +1100)
committerNigel Tao <nigeltao@golang.org>
Fri, 14 Oct 2011 04:22:02 +0000 (15:22 +1100)
commitb82a8e7c22b1445fd063b8ddb55f9fb474b999ec
tree061fa4029a28fbd81410207a98b979277d77e700
parent3153395ed0d358fd0e4887bbe24c751cf4df32e5
html: fix some tokenizer bugs with attribute key/values.

The relevant spec sections are 13.2.4.38-13.2.4.40.
http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#attribute-value-(double-quoted)-state

R=andybalholm
CC=golang-dev
https://golang.org/cl/5262044
src/pkg/html/token.go
src/pkg/html/token_test.go