const golang.org/x/net/html/atom.P

21 uses

	golang.org/x/net/html/atom (current package)
		table.go#L283: 	P                         Atom = 0xc01

	golang.org/x/net/html
		parse.go#L210: 		case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc:
		parse.go#L905: 		case a.Address, a.Article, a.Aside, a.Blockquote, a.Center, a.Details, a.Dialog, a.Dir, a.Div, a.Dl, a.Fieldset, a.Figcaption, a.Figure, a.Footer, a.Header, a.Hgroup, a.Main, a.Menu, a.Nav, a.Ol, a.P, a.Section, a.Summary, a.Ul:
		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#L937: 				case a.Address, a.Div, a.P:
		parse.go#L946: 			p.popUntil(buttonScope, a.P)
		parse.go#L955: 				case a.Address, a.Div, 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#L1143: 		case a.P:
		parse.go#L1144: 			if !p.elementInScope(buttonScope, a.P) {
		parse.go#L1145: 				p.parseImpliedToken(StartTagToken, a.P, a.P.String())
		parse.go#L1147: 			p.popUntil(buttonScope, a.P)
		parse.go#L1181: 			case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc, a.Tbody, a.Td, a.Tfoot, a.Th,