highlightable
Highlightable is an adjective describing content or interface elements that can be emphasized visually by applying a highlight. In user interfaces, highlightable elements may respond to user actions such as hover, focus, selection, or explicit commands to mark them for attention. Highlighting typically changes visual properties such as background color, border, or text color to distinguish the item from its surroundings without altering the underlying content.
In web and application design, developers designate highlightable items using styling rules or scripting, often through
Highlighting is distinct from selection or emphasis: highlighting is an annotation that persists as a visual
See also: syntax highlighting, text highlighting, annotation.