Skip to content

Add easy api for screen reader only notifications #672

@oliverfoster

Description

@oliverfoster

Currently the only way to have the screen reader read is to run:

notify.push({
  _type: 'a11y-push',
  body: 'Loading.'
});

This doesn't allow for a delay, in the case of needing to wait for focusing to finish, or facilitate a wait until the read timeout has expired.

Metadata

Metadata

Assignees

Projects

Status

Needs Reviewing

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions