From 994db0950e07a6a319242b9e5e19b5942591afdc Mon Sep 17 00:00:00 2001
From: avkuo <151227108+avkuo@users.noreply.github.com>
Date: Wed, 27 Mar 2024 15:55:47 -0700
Subject: [PATCH] Update left to side navigation for focus-not-obscured-minimum
Closes #3658
Updated one instance of left to side navigation. Decided to leave first two left navigation instances because they don't seem to respond to right-left layout. Checked the rest of the understanding folder, couldn't find anymore instances.
---
understanding/22/focus-not-obscured-minimum.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/understanding/22/focus-not-obscured-minimum.html b/understanding/22/focus-not-obscured-minimum.html
index 3752e175f6..36949fce87 100644
--- a/understanding/22/focus-not-obscured-minimum.html
+++ b/understanding/22/focus-not-obscured-minimum.html
@@ -99,7 +99,7 @@
User openable, persistent disclosures
-->
- When focus leaves the additional content, the additional content is automatically hidden or collapsed, or the content can be hidden or collapsed by use of a dedicated keyboard command (for example, the Escape key.) This is very similar to patterns discussed previously under Non-persistent opened information. A distinguishing factor can be that the user's last point of interaction in the disclosure is preserved (it persists) even though it may be hidden until a user returns. Some trees and left navigation patterns behave this way.
+ When focus leaves the additional content, the additional content is automatically hidden or collapsed, or the content can be hidden or collapsed by use of a dedicated keyboard command (for example, the Escape key.) This is very similar to patterns discussed previously under Non-persistent opened information. A distinguishing factor can be that the user's last point of interaction in the disclosure is preserved (it persists) even though it may be hidden until a user returns. Some trees and side navigation patterns behave this way.