Skip to content

Accessibility Assessment and notes

deno edited this page Aug 1, 2018 · 3 revisions

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.

Tabs

Clone this wiki locally