type golang.org/x/net/html.scope

6 uses

	golang.org/x/net/html (current package)
		parse.go#L70: type scope int
		parse.go#L73: 	defaultScope scope = iota
		parse.go#L99: func (p *parser) popUntil(s scope, matchTags ...a.Atom) bool {
		parse.go#L110: func (p *parser) indexOfElementInScope(s scope, matchTags ...a.Atom) int {
		parse.go#L156: func (p *parser) elementInScope(s scope, matchTags ...a.Atom) bool {
		parse.go#L162: func (p *parser) clearStackToContext(s scope) {