Update golang.org/x/net to v0.7.0

This commit is contained in:
Jordan Liggitt
2023-02-14 23:14:30 -05:00
parent 08bbecb8e3
commit f8e00778dd
110 changed files with 753 additions and 446 deletions

View File

@@ -184,7 +184,7 @@ func (p *parser) clearStackToContext(s scope) {
}
}
// parseGenericRawTextElements implements the generic raw text element parsing
// parseGenericRawTextElement implements the generic raw text element parsing
// algorithm defined in 12.2.6.2.
// https://html.spec.whatwg.org/multipage/parsing.html#parsing-elements-that-contain-only-text
// TODO: Since both RAWTEXT and RCDATA states are treated as tokenizer's part