diff --git a/accessibility-checker-extension/src/ts/docs/UsingACApp.tsx b/accessibility-checker-extension/src/ts/docs/UsingACApp.tsx
index 6bb05cd63..aa2e78d23 100644
--- a/accessibility-checker-extension/src/ts/docs/UsingACApp.tsx
+++ b/accessibility-checker-extension/src/ts/docs/UsingACApp.tsx
@@ -397,7 +397,7 @@ class UsingACApp extends React.Component<{}, UsingACAppState> {
No tab stops on non-interactive or non-visible elements**
Tab order matches the visual flow of the page
- Inspect elements with found issues (select the triangle icons)
+ Inspect elements with found issues
Test interactive elements
diff --git a/accessibility-checker-extension/src/ts/util/UtilKCM.tsx b/accessibility-checker-extension/src/ts/util/UtilKCM.tsx
index e6af8c5c9..9af002145 100644
--- a/accessibility-checker-extension/src/ts/util/UtilKCM.tsx
+++ b/accessibility-checker-extension/src/ts/util/UtilKCM.tsx
@@ -49,6 +49,9 @@ export class UtilKCM {
result.ruleId === "script_focus_blur_review" ||
result.ruleId === "element_tabbable_visible" ||
+
+ // 2.4.11 Focus not obscured (Minimum)
+ result.ruleId === "element_tabbable_unobscured" ||
// 3.2.1 On Focus