Specifies whether the user agent should enforce a limited color palette on the web page. This is an accessibility feature that helps users with specific visual needs.

Definition

enum ForcedColors {
  ACTIVE
  NONE
}

Values

ACTIVE

Forced colors mode is active. The user agent enforces a limited color palette.

NONE

Forced colors mode is not active.