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

9 uses

	golang.org/x/net/html (current package)
		parse.go#L2269: 	if p.tok.Type == SelfClosingTagToken {
		token.go#L30: 	SelfClosingTagToken
		token.go#L51: 	case SelfClosingTagToken:
		token.go#L110: 	case SelfClosingTagToken:
		token.go#L807: 		return SelfClosingTagToken
		token.go#L1142: 		case StartTagToken, EndTagToken, SelfClosingTagToken:
		token.go#L1158: 		case StartTagToken, SelfClosingTagToken:
		token.go#L1176: 	case StartTagToken, SelfClosingTagToken, EndTagToken:

	github.com/microcosm-cc/bluemonday
		sanitize.go#L203: 		case html.SelfClosingTagToken: