marquee constant

String const marquee

A type of live region where non-essential information changes frequently. See related log.

Common usages of marquee include stock tickers and ad banners. The primary difference between a marquee and a log is that logs usually have a meaningful order or sequence of important content changes.

Note: Elements with the role marquee maintain the default aria-live value of off.

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

Implementation

static const String marquee = 'marquee';