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

3 uses

	golang.org/x/net/html (current package)
		foreign.go#L59: func mathMLTextIntegrationPoint(n *Node) bool {
		parse.go#L2162: 					if n.Namespace == "" || htmlIntegrationPoint(n) || mathMLTextIntegrationPoint(n) {
		parse.go#L2232: 	if mathMLTextIntegrationPoint(n) {