From 0227170ae69b5b6c35c7cfa59ab54918241349fd Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 18 Mar 2022 22:01:02 +0800 Subject: auto replace anch with scripts --- files/zh-tw/learn/accessibility/mobile/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/learn/accessibility/mobile/index.html') diff --git a/files/zh-tw/learn/accessibility/mobile/index.html b/files/zh-tw/learn/accessibility/mobile/index.html index eb04f93fd4..b41f8d2e35 100644 --- a/files/zh-tw/learn/accessibility/mobile/index.html +++ b/files/zh-tw/learn/accessibility/mobile/index.html @@ -254,7 +254,7 @@ panel.ontouchend = stopMove;

Because the screen is so much narrower on mobile devices, it is very common to use media queries and other technologies to make the navigation menu shrink down to a tiny icon at the top of the display — which can be pressed to reveal the menu only if it's needed — when the site is viewed on mobile. This is commonly represented by a "three horizontal lines" icon, and the design pattern is consequently known as a "hamburger menu".

-

When implementing such a menu, you need to make sure that the control to reveal it is accessible by appropriate control mechanisms (normally touch for mobile), as discussed in {{anch("Control mechanisms")}} above, and that the rest of the page is moved out of the way or hidden in some way while the menu is being accessed, to avoid confusion with navigating it.

+

When implementing such a menu, you need to make sure that the control to reveal it is accessible by appropriate control mechanisms (normally touch for mobile), as discussed in Control mechanisms above, and that the rest of the page is moved out of the way or hidden in some way while the menu is being accessed, to avoid confusion with navigating it.

Click here for a good hamburger menu example.

-- cgit v1.2.3-54-g00ecf