type golang.org/x/net/html.Attribute
18 uses
golang.org/x/net/html (current package)
doctype.go#L59: n.Attr = append(n.Attr, Attribute{Key: key, Val: id})
foreign.go#L11: func adjustAttributeNames(aa []Attribute, nameMap map[string]string) {
foreign.go#L19: func adjustForeignAttributes(aa []Attribute) {
node.go#L51: Attr []Attribute
node.go#L146: Attr: make([]Attribute, len(n.Attr)),
token.go#L67: type Attribute struct {
token.go#L80: Attr []Attribute
token.go#L1181: t.Attr = append(t.Attr, Attribute{"", atom.String(key), string(val)})
golang.org/x/pkgsite/internal/frontend
overview.go#L215: var attrs []html.Attribute
github.com/microcosm-cc/bluemonday
sanitize.go#L257: attrs []html.Attribute,
sanitize.go#L259: ) []html.Attribute {
sanitize.go#L267: cleanAttrs := []html.Attribute{}
sanitize.go#L318: tmpAttrs := []html.Attribute{}
sanitize.go#L393: tmpAttrs := []html.Attribute{}
sanitize.go#L432: rel := html.Attribute{}
sanitize.go#L439: rel := html.Attribute{}
sanitize.go#L464: tmpAttrs := []html.Attribute{}
sanitize.go#L488: rel := html.Attribute{}
![]() |
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. |