From 0086e5e7d90527dbb8a57d2c64aff2dcc217969d Mon Sep 17 00:00:00 2001 From: avkuo <151227108+avkuo@users.noreply.github.com> Date: Wed, 12 Jun 2024 06:25:13 -0700 Subject: [PATCH] Update left to side navigation for focus-not-obscured-minimum (#3765) 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 78ffdb1468..38f2ad1c76 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.