feed constant

String const feed

A feed is a dynamic scrollable list of articles in which articles are added to or removed from either end of the list as the user scrolls. A feed enables screen readers to use the browse mode reading cursor to both read and scroll through a stream of rich content that may continue scrolling infinitely by loading more content as the user reads

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

Implementation

static const String feed = 'feed';