Update vendored library golang.org/x/net

This commit is contained in:
Alexander Neumann 2018-03-30 12:45:07 +02:00
parent 3473d73d0c
commit d4bab5c133
52 changed files with 12890 additions and 11527 deletions

View file

@ -4,7 +4,7 @@
package html
// Section 12.2.3.2 of the HTML5 specification says "The following elements
// Section 12.2.4.2 of the HTML5 specification says "The following elements
// have varying levels of special parsing rules".
// https://html.spec.whatwg.org/multipage/syntax.html#the-stack-of-open-elements
var isSpecialElementMap = map[string]bool{