Skip to content

[Bug] ariaNotify is not implemented on Document #19

@smockle

Description

@smockle

Problem

The ariaNotify explainer includes several examples of calling document.ariaNotify, so this should be supported by the polyfill. However, the polyfill only implements ariaNotify on Element (document instanceof Element is false).

Tasks

Workaround

Until this issue is resolved, use document.documentElement.ariaNotify or document.body.ariaNotify instead of document.ariaNotify.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions