diff --git a/techniques/css/C43.html b/techniques/css/C43.html index 0295e33221..ee3d14329f 100644 --- a/techniques/css/C43.html +++ b/techniques/css/C43.html @@ -167,12 +167,14 @@

Procedure

For each user interface component that can receive keyboard focus:

  1. Check that the user interface component is not entirely hidden when it receives keyboard focus.
  2. +
  3. Check that no part of the user interface component is hidden when it receives keyboard focus.

Expected Results