github.com/google/safehtml.StyleProperties.Top (field)

3 uses

	github.com/google/safehtml (current package)
		style.go#L141: 	Top                string
		style.go#L228: 	if properties.Top != "" {
		style.go#L229: 		fmt.Fprintf(&buf, "top:%s;", filter(properties.Top, safeRegularPropertyValuePattern))