Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Link States #488

@oldoc63

Description

@oldoc63
  • Links have four main states: normal (not clicked), hover, active (clicked), and visited.
  • These four states have associated CSS pseudo-classes: :link, :hover, :active, and :visited.
  • These four states can be used to give a full range of visual feedback to users about the status of their link interaction.
  • The ordering of link state pseudo-class rules is important to reveal the proper information.
    • :link
    • :visited
    • :hover
    • :active
  • This ordering will ensure that the rules cascade properly and the user can receive the most applicable visual feedback about the state of the link.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions