diff --git a/techniques/css/C41.html b/techniques/css/C41.html index 485de01cfd..6e0288838e 100644 --- a/techniques/css/C41.html +++ b/techniques/css/C41.html @@ -63,7 +63,7 @@

Procedure

  1. Place keyboard focus on each focusable user interface element on the page using the keyboard.
  2. Check that the focus indicator area is at least the size of a 2 CSS px border around the component.
  3. -
  4. Check that the change of contrast of the indicator between focused and unfocused states has a ratio of 4.5:1 for the minimum focus indicator area.
  5. +
  6. Check that the change of contrast of the indicator between focused and unfocused states has a ratio of at least 3:1 for the minimum focus indicator area.
@@ -71,7 +71,6 @@

Expected Results

-

The required change of contrast for Focus Appearance (Minimum) is 3:1, this technique goes slightly beyond the minumum requirement.