spellcheck

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// True Enable spell-checking for element content. Browser will highlight misspelled words
	// and provide correction suggestions. Improves text quality for user-generated content.
	True = Spellcheck("true")

	// False Disable spell-checking for element content. No spelling corrections or highlights
	// are provided. Useful for technical terms, code, names, or specialized vocabulary.
	False = Spellcheck("false")
)

Variables for Spellcheck values

Functions

This section is empty.

Types

type Spellcheck

type Spellcheck []byte

Spellcheck Controls browser spell-checking and text correction features. Affects whether browsers highlight misspelled words and provide correction suggestions for text input.

func Custom

func Custom(value string) Spellcheck

Custom allows setting a custom Spellcheck value for edge cases or future specifications. Use this when the predefined constants don't cover your specific use case.

Jump to

Keyboard shortcuts

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