Re-implement "More" buttons with new designs, semantics, refactored JS
See original GitHub issueIs your proposal related to a problem?
The More buttons should probably be button
not a
with appropriate aria-haspopup.
Describe the solution you’d like
It may be worth trapping focus within the popup when exposed, or perhaps disappearing when tabbing out of it. As of now, when moving tab focus out of the popup, visually obscures the next item’s move button.
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Learning JavaScript Design Patterns
Implementation – a guide to how the pattern would be implemented. Illustrations – a visual representation of classes in the pattern (e.g. a...
Read more >Refactor and introduce generic button CSS styles for forms ...
There are various button CSS styles throughout core, ... I've opened a new issue on consolidating the design of the buttons in Seven....
Read more >Semantic HTML: The Unbearable Rightness of Being
These three buttons look identical. When you click them, they all produce the desired behaviour — popping up an alert that says “something”....
Read more >Does HTML allow placing buttons inside navigation section?
Basically you can put any HTML element inside the <nav> , but it will be semantically right to have <a href="the-link-to-something"> . Thats ......
Read more >How to manage your Design Tokens with Style Dictionary
If instead you want to understand a little bit more about Style Dictionary and how to configure it, and also see what were...
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
I’m working on this one.
I have added this to the Stimulus RFC project.