Note:https://liens.rolandtisserand.fr/shaare/6CvwkA
https://codepen.io/shadeed/pen/b6675023aca8bfcfccf270306c55bad9
https://a11y-style-guide.com/style-guide/section-navigation.html#kssref-navigation-navigation-mobile
http://web-accessibility.carnegiemuseums.org/code/navigation/
https://www.a11ymatters.com/pattern/mobile-nav/#dont-hide-the-nav-element
A11Y Style Guidehttps://a11y-style-guide.com/style-guide/section-navigation.html
Style guide and pattern library promoting accessible components and WCAG compliance criteria
Horizontal Scrolling with Mouse Wheel in Oxygen - WPDevDesignhttps://wpdevdesign.com/horizontal-scrolling-with-mouse-wheel-in-oxygen/
This tutorial provides the steps to apply CSS-Trick’s Scroll Page Horizontally With Mouse Wheel in Oxygen on a Section having the Gallery component. Note: Vertical scrolling does not continue past the Section once the horizontal scrolling of the content (the Gallery in this case) has reached the end. If that is needed, follow this tutorial […]
Scroll Page Horizontally With Mouse Wheel | CSS-Trickshttps://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
1) Load jQuery and the Mouse Wheel plugin Mouse Wheel plugin is here. 2) Attach mousewheel event to body The "30" represents speed. preventDefault ensures