]> Cypherpunks repositories - gostls13.git/commit
html: move <link> element from after <head> into <head>
authorAndrew Balholm <andybalholm@gmail.com>
Thu, 3 Nov 2011 22:29:06 +0000 (09:29 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 3 Nov 2011 22:29:06 +0000 (09:29 +1100)
commit46308d7d1191b75dc86f848dbc362616f5b0b0cb
tree389c0b6c2478ab0602c768b7c61fafa55c965cd0
parenta7f1141dee05bf889b64401c787f08e1c8643e88
html: move <link> element from after <head> into <head>

Pass tests1.dat, test 85:
<head><meta></head><link>

| <html>
|   <head>
|     <meta>
|     <link>
|   <body>

R=nigeltao
CC=golang-dev
https://golang.org/cl/5297079
src/pkg/html/parse.go
src/pkg/html/parse_test.go