Pause

Volume control and Pause/Play toggles are inconsistent, why?

Volume control and Pause/Play toggles are inconsistent, why?
  1. Which of these buttons is used to pause and audio or video?
  2. Should toggle buttons show current state?

Which of these buttons is used to pause and audio or video?

The pause button can both pause playback and restart playback from the current position. The combination play/pause button just does what the pause button does.

Should toggle buttons show current state?

Yes behind the scenes it is a state transition but to the user, there is an action. Whereas Shuffle/Straight Play is an option and it's best to show the current state (and possibly have only one icon and change button to show that the option is enabled/disabled).

Different tooltips problem
Why are tooltips bad for accessibility?Why are tooltips problematic for screen magnification users?What can I use instead of tooltips?How many types ...
Tree - select all child nodes or select only few
Can a tree have more than 2 child nodes?How many children can a tree node have?How many parents can a tree node have?Which node does not have any chi...
What's the difference between flag messages and toast messages?
Flags are used for confirmations, alerts, and acknowledgments that require minimal user interaction. These event-driven messages appear by overlaying ...