github.com/google/safehtml/template.context.linkRel (field)
12 uses
github.com/google/safehtml/template (current package)
context.go#L38: linkRel string
context.go#L49: c.linkRel == d.linkRel
escape.go#L708: linkRel: c.linkRel,
escape.go#L716: ret.linkRel = " " + strings.Join(strings.Fields(strings.TrimSpace(strings.ToLower(string(s[:i])))), " ") + " "
sanitize.go#L69: sc, err := sanitizationContextForAttrVal(elem, attr, c.linkRel)
transition.go#L104: linkRel: c.linkRel,
transition.go#L114: ret.linkRel = ""
transition.go#L139: linkRel: c.linkRel,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |