Menu without theme doesn't have indicator for refinement
See original GitHub issueno theme:
theme:
What if we used strong
to indicate that something is refined, as well as maybe something in text (especially for non-sighted users, worst case a aria-label
would work, but would prefer visible text)
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Refined - Navigation Menus - Restored 316
Navigate to Dashboard > Appearance > Menus and click on “Manage Locations”. Set the menu from the drop down links next to Above...
Read more >Adding drop-down menus to your navigation with folders
Use folders to create drop-down navigation menus (also known as nested pages or sub-menus) on your site. Each folder creates a single...
Read more >Your theme does not support navigation menus or widgets.
Solution: The menu issue caused because of wordpress version (5.9) because not all the themes and plugin are compatible with wordpress 5.9. so...
Read more >Change Log - Refined for Cloud
Bugfix: Loading indicator fix when entering Refined admin ... Bugfix: Request Type module does not load the Request Type Group when having a...
Read more >iStat Menus - Bjango
iStat Menus 6.5 is a significant update with design refinements across the entire app, to ensure it feels at home in macOS Big...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From a purely behavioral, semantic, and accessible perspective, radio buttons make a lot of sense for
menu
items.If InstantSearch was to work without JavaScript (e.g., with a
<form>
around it and asubmit
element), we would likely go for either aradiogroup
or alistbox
. These are accessible by default (no need to managearia-*
attributes ourselves) and provide strong visual cues on which item is selected when there are no styles.We can always hide the radio buttons in our CSS and keep on bolding the associated label: https://codepen.io/sarahdayanalgolia/pen/KKejJre
I tested the pen above on Firefox, Chrome and Safari, and it seems to work everywhere.
Agree with @Haroenv, even without the style we should have a hint that shows (visually & semantically) that something is currently refined. When I did the migration of IS.css I wasn’t sure that the widget was working without the styling.