const golang.org/x/net/html.defaultScope

17 uses

	golang.org/x/net/html (current package)
		parse.go#L73: 	defaultScope scope = iota
		parse.go#L120: 			case defaultScope:
		parse.go#L143: 		case defaultScope, listItemScope, buttonScope:
		parse.go#L970: 			p.popUntil(defaultScope, a.Button)
		parse.go#L990: 			if p.elementInScope(defaultScope, a.Nobr) {
		parse.go#L1075: 			if p.elementInScope(defaultScope, a.Ruby) {
		parse.go#L1080: 			if p.elementInScope(defaultScope, a.Ruby) {
		parse.go#L1108: 			if p.elementInScope(defaultScope, a.Body) {
		parse.go#L1112: 			if p.elementInScope(defaultScope, a.Body) {
		parse.go#L1118: 			p.popUntil(defaultScope, p.tok.DataAtom)
		parse.go#L1121: 				i := p.indexOfElementInScope(defaultScope, a.Form)
		parse.go#L1131: 				p.popUntil(defaultScope, a.Form)
		parse.go#L1135: 				i := p.indexOfElementInScope(defaultScope, a.Form)
		parse.go#L1151: 			p.popUntil(defaultScope, p.tok.DataAtom)
		parse.go#L1153: 			p.popUntil(defaultScope, a.H1, a.H2, a.H3, a.H4, a.H5, a.H6)
		parse.go#L1157: 			if p.popUntil(defaultScope, p.tok.DataAtom) {
		parse.go#L1231: 		if !p.elementInScope(defaultScope, tagAtom) {