-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix casing for context menu entries on MacOS #26163
Comments
I believe that covers them; thanks, @fallaciousreasoning 👍 |
Also, @sangwoo108 made a good point - we could just show hide on these context menus. What do you think? |
e.g. |
Wallet icon also needs updating. |
This line is what I referred to.
Wow, this is a very good point. I've played with Voice Over on Mac, and find that it could be confusing. Voice over lets me know that I'm in the menu, but I can't know for which this menu is. But in order to trigger a menu item for a button, the button should be focused and Voice Over let us know what button is focused now. So the flow is like
Maybe context menus for bookmarks could be an analog for this. They have random item title but doesn't show it on the context menu. I think it could be okay because they're literally "contextual" so users could be aware of what they're interacting with. Then I noticed that could be why Chromium folks put an extension name on the top of extension menu while it's disabled. When using Voice Over and navigating items with keyboard, the name of an extension will be read out. But this strategy could be too much for our purpose. |
@rebron what do you think? At the moment, I'm leaning towards just changing the casing, as I don't feel like I know enough about accessibility to make a call on |
Verified
|
Brave | 1.47.136 Chromium: 108.0.5359.128 (Official Build) beta (x86_64) |
---|---|
Revision | 1cd27afdb8e5d057070c0961e04c490d2aca1aa0-refs/branch-heads/5359@{#1185} |
OS | macOS Version 11.7.2 (Build 20G1020) |
Confirmed the strings are:
Hide Brave Rewards Icon
Hide Side Panel Icon
Hide Brave Wallet Icon
Hide Brave VPN icon
Brave Rewards |
side panel |
Brave Wallet |
Brave VPN |
---|---|---|---|
Description
In #25532 we had a discussion on the correct casing on macOS. The conclusion was that context menus should be
Title Case
.We should update the
Hide Brave Rewards icon
text to beHide Brave Rewards Icon
Hide Brave Wallet icon
text to beHide Brave Wallet Icon
Anything else @stephendonner @sangwoo108 @aguscruiz
The text was updated successfully, but these errors were encountered: