const github.com/google/safehtml/template.stateAttr

8 uses

	github.com/google/safehtml/template (current package)
		context.go#L86: 	stateAttr
		context.go#L105: 	case stateTag, stateAttrName, stateAfterName, stateBeforeValue, stateAttr:
		escape.go#L143: 				c.state == stateAttr && c.delim == delimSpaceOrTagEnd && ident == "html" {
		escape.go#L292: 		c.state, c.delim = stateAttr, delimSpaceOrTagEnd
		escape.go#L711: 	if c.state == stateAttr && c.element.name == "script" && c.attr.name == "type" {
		escape.go#L715: 	if c.state == stateAttr && c.element.name == "link" && c.attr.name == "rel" {
		transition.go#L24: 	stateAttr:               tAttr,
		transition.go#L185: 	c.state, c.delim = stateAttr, delim