func golang.org/x/net/html.htmlIntegrationPoint

3 uses

	golang.org/x/net/html (current package)
		foreign.go#L34: func htmlIntegrationPoint(n *Node) bool {
		parse.go#L2162: 					if n.Namespace == "" || htmlIntegrationPoint(n) || mathMLTextIntegrationPoint(n) {
		parse.go#L2243: 	if htmlIntegrationPoint(n) && (p.tok.Type == StartTagToken || p.tok.Type == TextToken) {