window constant

String const window

The window role, an abstract role, is a superclass for roles defining a browser or app window. The sub-class roles, currently only the dialog role, have a window-like GUI, whether it's a full native window or just a section of a document styled to look like a window, where role="dialog" would be appropriate.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/window_role

Implementation

static const String window = 'window';