Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 401 Bytes

File metadata and controls

5 lines (3 loc) · 401 Bytes

Button navigable

DOM elements that are navigable through buttons (typically the arrow keys) contain the cascading class indicated by the BUTTON_NAVIGABLE constant in com.sweaxizone.metro/utils.

That is useful if you want to support button/arrow navigation yourself in your user interface and must not double handle these buttons/arrows (which are already handled by this Metro design library).