type golang.org/x/net/html.insertionModeStack

4 uses

	golang.org/x/net/html (current package)
		node.go#L211: type insertionModeStack []insertionMode
		node.go#L213: func (s *insertionModeStack) pop() (im insertionMode) {
		node.go#L220: func (s *insertionModeStack) top() insertionMode {
		parse.go#L36: 	templateStack insertionModeStack