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

15 uses

	golang.org/x/net/html (current package)
		parse.go#L75: 	buttonScope
		parse.go#L126: 			case buttonScope:
		parse.go#L143: 		case defaultScope, listItemScope, buttonScope:
		parse.go#L906: 			p.popUntil(buttonScope, a.P)
		parse.go#L909: 			p.popUntil(buttonScope, a.P)
		parse.go#L916: 			p.popUntil(buttonScope, a.P)
		parse.go#L925: 			p.popUntil(buttonScope, a.P)
		parse.go#L946: 			p.popUntil(buttonScope, a.P)
		parse.go#L964: 			p.popUntil(buttonScope, a.P)
		parse.go#L967: 			p.popUntil(buttonScope, a.P)
		parse.go#L1002: 				p.popUntil(buttonScope, a.P)
		parse.go#L1029: 			p.popUntil(buttonScope, a.P)
		parse.go#L1044: 			p.popUntil(buttonScope, a.P)
		parse.go#L1144: 			if !p.elementInScope(buttonScope, a.P) {
		parse.go#L1147: 			p.popUntil(buttonScope, a.P)