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:
- Check that the user interface component is not entirely hidden when it receives keyboard focus.
+ - Check that no part of the user interface component is hidden when it receives keyboard focus.
Expected Results
- Check #1 is true.
+ - For Focus Not Obscured (Enhanced) (Level AAA), #2 is also true.