github.com/microcosm-cc/bluemonday.Policy.setOfElementsAllowedWithoutAttrs (field)

93 uses

	github.com/microcosm-cc/bluemonday (current package)
		policy.go#L94: 	setOfElementsAllowedWithoutAttrs map[string]struct{}
		policy.go#L122: 		p.setOfElementsAllowedWithoutAttrs = make(map[string]struct{})
		policy.go#L237: 			abp.p.setOfElementsAllowedWithoutAttrs[element] = struct{}{}
		policy.go#L441: 	p.setOfElementsAllowedWithoutAttrs["abbr"] = struct{}{}
		policy.go#L442: 	p.setOfElementsAllowedWithoutAttrs["acronym"] = struct{}{}
		policy.go#L443: 	p.setOfElementsAllowedWithoutAttrs["address"] = struct{}{}
		policy.go#L444: 	p.setOfElementsAllowedWithoutAttrs["article"] = struct{}{}
		policy.go#L445: 	p.setOfElementsAllowedWithoutAttrs["aside"] = struct{}{}
		policy.go#L446: 	p.setOfElementsAllowedWithoutAttrs["audio"] = struct{}{}
		policy.go#L447: 	p.setOfElementsAllowedWithoutAttrs["b"] = struct{}{}
		policy.go#L448: 	p.setOfElementsAllowedWithoutAttrs["bdi"] = struct{}{}
		policy.go#L449: 	p.setOfElementsAllowedWithoutAttrs["blockquote"] = struct{}{}
		policy.go#L450: 	p.setOfElementsAllowedWithoutAttrs["body"] = struct{}{}
		policy.go#L451: 	p.setOfElementsAllowedWithoutAttrs["br"] = struct{}{}
		policy.go#L452: 	p.setOfElementsAllowedWithoutAttrs["button"] = struct{}{}
		policy.go#L453: 	p.setOfElementsAllowedWithoutAttrs["canvas"] = struct{}{}
		policy.go#L454: 	p.setOfElementsAllowedWithoutAttrs["caption"] = struct{}{}
		policy.go#L455: 	p.setOfElementsAllowedWithoutAttrs["center"] = struct{}{}
		policy.go#L456: 	p.setOfElementsAllowedWithoutAttrs["cite"] = struct{}{}
		policy.go#L457: 	p.setOfElementsAllowedWithoutAttrs["code"] = struct{}{}
		policy.go#L458: 	p.setOfElementsAllowedWithoutAttrs["col"] = struct{}{}
		policy.go#L459: 	p.setOfElementsAllowedWithoutAttrs["colgroup"] = struct{}{}
		policy.go#L460: 	p.setOfElementsAllowedWithoutAttrs["datalist"] = struct{}{}
		policy.go#L461: 	p.setOfElementsAllowedWithoutAttrs["dd"] = struct{}{}
		policy.go#L462: 	p.setOfElementsAllowedWithoutAttrs["del"] = struct{}{}
		policy.go#L463: 	p.setOfElementsAllowedWithoutAttrs["details"] = struct{}{}
		policy.go#L464: 	p.setOfElementsAllowedWithoutAttrs["dfn"] = struct{}{}
		policy.go#L465: 	p.setOfElementsAllowedWithoutAttrs["div"] = struct{}{}
		policy.go#L466: 	p.setOfElementsAllowedWithoutAttrs["dl"] = struct{}{}
		policy.go#L467: 	p.setOfElementsAllowedWithoutAttrs["dt"] = struct{}{}
		policy.go#L468: 	p.setOfElementsAllowedWithoutAttrs["em"] = struct{}{}
		policy.go#L469: 	p.setOfElementsAllowedWithoutAttrs["fieldset"] = struct{}{}
		policy.go#L470: 	p.setOfElementsAllowedWithoutAttrs["figcaption"] = struct{}{}
		policy.go#L471: 	p.setOfElementsAllowedWithoutAttrs["figure"] = struct{}{}
		policy.go#L472: 	p.setOfElementsAllowedWithoutAttrs["footer"] = struct{}{}
		policy.go#L473: 	p.setOfElementsAllowedWithoutAttrs["h1"] = struct{}{}
		policy.go#L474: 	p.setOfElementsAllowedWithoutAttrs["h2"] = struct{}{}
		policy.go#L475: 	p.setOfElementsAllowedWithoutAttrs["h3"] = struct{}{}
		policy.go#L476: 	p.setOfElementsAllowedWithoutAttrs["h4"] = struct{}{}
		policy.go#L477: 	p.setOfElementsAllowedWithoutAttrs["h5"] = struct{}{}
		policy.go#L478: 	p.setOfElementsAllowedWithoutAttrs["h6"] = struct{}{}
		policy.go#L479: 	p.setOfElementsAllowedWithoutAttrs["head"] = struct{}{}
		policy.go#L480: 	p.setOfElementsAllowedWithoutAttrs["header"] = struct{}{}
		policy.go#L481: 	p.setOfElementsAllowedWithoutAttrs["hgroup"] = struct{}{}
		policy.go#L482: 	p.setOfElementsAllowedWithoutAttrs["hr"] = struct{}{}
		policy.go#L483: 	p.setOfElementsAllowedWithoutAttrs["html"] = struct{}{}
		policy.go#L484: 	p.setOfElementsAllowedWithoutAttrs["i"] = struct{}{}
		policy.go#L485: 	p.setOfElementsAllowedWithoutAttrs["ins"] = struct{}{}
		policy.go#L486: 	p.setOfElementsAllowedWithoutAttrs["kbd"] = struct{}{}
		policy.go#L487: 	p.setOfElementsAllowedWithoutAttrs["li"] = struct{}{}
		policy.go#L488: 	p.setOfElementsAllowedWithoutAttrs["mark"] = struct{}{}
		policy.go#L489: 	p.setOfElementsAllowedWithoutAttrs["marquee"] = struct{}{}
		policy.go#L490: 	p.setOfElementsAllowedWithoutAttrs["nav"] = struct{}{}
		policy.go#L491: 	p.setOfElementsAllowedWithoutAttrs["ol"] = struct{}{}
		policy.go#L492: 	p.setOfElementsAllowedWithoutAttrs["optgroup"] = struct{}{}
		policy.go#L493: 	p.setOfElementsAllowedWithoutAttrs["option"] = struct{}{}
		policy.go#L494: 	p.setOfElementsAllowedWithoutAttrs["p"] = struct{}{}
		policy.go#L495: 	p.setOfElementsAllowedWithoutAttrs["pre"] = struct{}{}
		policy.go#L496: 	p.setOfElementsAllowedWithoutAttrs["q"] = struct{}{}
		policy.go#L497: 	p.setOfElementsAllowedWithoutAttrs["rp"] = struct{}{}
		policy.go#L498: 	p.setOfElementsAllowedWithoutAttrs["rt"] = struct{}{}
		policy.go#L499: 	p.setOfElementsAllowedWithoutAttrs["ruby"] = struct{}{}
		policy.go#L500: 	p.setOfElementsAllowedWithoutAttrs["s"] = struct{}{}
		policy.go#L501: 	p.setOfElementsAllowedWithoutAttrs["samp"] = struct{}{}
		policy.go#L502: 	p.setOfElementsAllowedWithoutAttrs["script"] = struct{}{}
		policy.go#L503: 	p.setOfElementsAllowedWithoutAttrs["section"] = struct{}{}
		policy.go#L504: 	p.setOfElementsAllowedWithoutAttrs["select"] = struct{}{}
		policy.go#L505: 	p.setOfElementsAllowedWithoutAttrs["small"] = struct{}{}
		policy.go#L506: 	p.setOfElementsAllowedWithoutAttrs["span"] = struct{}{}
		policy.go#L507: 	p.setOfElementsAllowedWithoutAttrs["strike"] = struct{}{}
		policy.go#L508: 	p.setOfElementsAllowedWithoutAttrs["strong"] = struct{}{}
		policy.go#L509: 	p.setOfElementsAllowedWithoutAttrs["style"] = struct{}{}
		policy.go#L510: 	p.setOfElementsAllowedWithoutAttrs["sub"] = struct{}{}
		policy.go#L511: 	p.setOfElementsAllowedWithoutAttrs["summary"] = struct{}{}
		policy.go#L512: 	p.setOfElementsAllowedWithoutAttrs["sup"] = struct{}{}
		policy.go#L513: 	p.setOfElementsAllowedWithoutAttrs["svg"] = struct{}{}
		policy.go#L514: 	p.setOfElementsAllowedWithoutAttrs["table"] = struct{}{}
		policy.go#L515: 	p.setOfElementsAllowedWithoutAttrs["tbody"] = struct{}{}
		policy.go#L516: 	p.setOfElementsAllowedWithoutAttrs["td"] = struct{}{}
		policy.go#L517: 	p.setOfElementsAllowedWithoutAttrs["textarea"] = struct{}{}
		policy.go#L518: 	p.setOfElementsAllowedWithoutAttrs["tfoot"] = struct{}{}
		policy.go#L519: 	p.setOfElementsAllowedWithoutAttrs["th"] = struct{}{}
		policy.go#L520: 	p.setOfElementsAllowedWithoutAttrs["thead"] = struct{}{}
		policy.go#L521: 	p.setOfElementsAllowedWithoutAttrs["title"] = struct{}{}
		policy.go#L522: 	p.setOfElementsAllowedWithoutAttrs["time"] = struct{}{}
		policy.go#L523: 	p.setOfElementsAllowedWithoutAttrs["tr"] = struct{}{}
		policy.go#L524: 	p.setOfElementsAllowedWithoutAttrs["tt"] = struct{}{}
		policy.go#L525: 	p.setOfElementsAllowedWithoutAttrs["u"] = struct{}{}
		policy.go#L526: 	p.setOfElementsAllowedWithoutAttrs["ul"] = struct{}{}
		policy.go#L527: 	p.setOfElementsAllowedWithoutAttrs["var"] = struct{}{}
		policy.go#L528: 	p.setOfElementsAllowedWithoutAttrs["video"] = struct{}{}
		policy.go#L529: 	p.setOfElementsAllowedWithoutAttrs["wbr"] = struct{}{}
		sanitize.go#L505: 	_, ok := p.setOfElementsAllowedWithoutAttrs[elementName]