mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-09 17:11:06 +00:00
Update vendor
This commit is contained in:
3
vendor/golang.org/x/net/html/parse.go
generated
vendored
3
vendor/golang.org/x/net/html/parse.go
generated
vendored
@@ -439,6 +439,9 @@ func (p *parser) resetInsertionMode() {
|
||||
case a.Select:
|
||||
if !last {
|
||||
for ancestor, first := n, p.oe[0]; ancestor != first; {
|
||||
if ancestor == first {
|
||||
break
|
||||
}
|
||||
ancestor = p.oe[p.oe.index(ancestor)-1]
|
||||
switch ancestor.DataAtom {
|
||||
case a.Template:
|
||||
|
Reference in New Issue
Block a user