var github.com/microcosm-cc/bluemonday.NumberOrPercent

5 uses

	github.com/microcosm-cc/bluemonday (current package)
		helpers.go#L107: 	NumberOrPercent = regexp.MustCompile(`^[0-9]+[%]?$`)
		helpers.go#L184: 	p.AllowAttrs("height", "width").Matching(NumberOrPercent).OnElements("img")
		helpers.go#L252: 	p.AllowAttrs("height", "width").Matching(NumberOrPercent).OnElements("table")
		helpers.go#L261: 		NumberOrPercent,
		helpers.go#L280: 		NumberOrPercent,