Class AlertGroup

All Implemented Interfaces:
Iterable<Alert>, Container<HTMLUListElement,AlertGroup>, Finder<HTMLUListElement>, HasElement<HTMLUListElement,AlertGroup>, HasHTMLElement<HTMLUListElement,AlertGroup>, IsElement<HTMLUListElement>, TypedBuilder<HTMLUListElement,AlertGroup>, Component, HasItems<HTMLUListElement,AlertGroup,Alert>

An alert group stacks and positions 2 or more alerts in a live region, either in a layer over the main content of a page or inline with the page content. Alert groups should always rank alerts by age, stacking new alerts on top of old ones as they surface.
See Also: