You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this wiki is to document the assessment of Product Standard Accessibility
Notes
Button
Fundamental-ngx supports the native elements <button> and <a> as buttons. <button> should be used for any activity performed within the current page (e.g. submitting information back to a server) and <a> should be preferred when there will be a navigation to another location.
Buttons that contain only icons should specify the following properties aria-labelledby and aria-label.