section constant

String const section

The structural section role is an abstract role for categorizing all the section subclass roles. The role must not be used. Some subclasses, like alert, note, and tooltip, are useful, and can be used to add semantics when no semantic HTML elements quite fits the purpose of a component. Others, like code, figure, and subscript, aren't necessary, as there are HTML element equivalents. In this case,

and

Implementation

static const String section = 'section';