figure constant

String const figure

Identifies a figure inside page content where appropriate semantics do not already exist. A figure is generally considered to be one or more images, code snippets, or other content that puts across information in a different way to a regular flow of text

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

Implementation

static const String figure = 'figure';