Content
View differences
Updated by Henriette Darge about 1 year ago
**As** a user using screen reader
**I want to** be informed of any dynamic changes
**so that** no context will be lost
**Acceptance criteria**
* To announce dynamic changes to users of screen readers, using aria-live is the solution. We should define an HTML element with the aria-live attribute, whenever there is a change, the screen reader should automatically announce it.
* Example, where this is implemented: Creating a relation in the new relations tab
* The concept is documented in lookbook
**I want to** be informed of any dynamic changes
**so that** no context will be lost
**Acceptance criteria**
* To announce dynamic changes to users of screen readers, using aria-live is the solution. We should define an HTML element with the aria-live attribute, whenever there is a change, the screen reader should automatically announce it.
* Example, where this is implemented: Creating a relation in the new relations tab
* The concept is documented in lookbook