attr

package
v0.4.69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Id      = "id"
	Class   = "class"
	Href    = "href"
	Src     = "src"
	For     = "for"
	Type    = "type"
	Value   = "value"
	Label   = "label"
	List    = "list"
	Action  = "action"
	Method  = "method"
	Loading = "loading"
	Rel     = "rel"
	Charset = "charset"
	Name    = "name"
	Content = "content"
	Target  = "target"
)
View Source
const (
	True  = "true"
	False = "false"
	Yes   = "yes"
	No    = "no"

	// meta charset
	Utf8 = "utf-8"

	// meta name
	MobileWebAppCapable             = "mobile-web-app-capable"
	AppleMobileWebAppStatusBarStyle = "apple-mobile-web-app-status-bar-style"
	Viewport                        = "viewport"
	ColorScheme                     = "color-scheme"
	FormatDetection                 = "format-detection"

	// meta content
	BlackTranslucent = "black-translucent"
	ViewportDefaults = "width=device-width,initial-scale=1.0"
	DarkLight        = "dark light"
	TelephoneNo      = "telephone=no"

	// link rel
	Manifest = "manifest"
	Icon     = "icon"

	// link href
	ManifestJson = "manifest.json"
	IconPng      = "icon.png"

	// link type
	ImagePng = "image/png"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL