Skip to content

<voxit-statement>: The statement element

The <voxit-description> element displays a statement from the conversation. It acts as a container in which a parent <voxit-conversation> element injects the description and must only contain phrasing content which will only be displayed if there are no more statements to vote on.

A vote for the displayed statement may be submitted via the <voxit-vote-button> element.

Attributes

hidden
Indicates that the element content should not be shown.

Styling

Custom states

The element exposes the following internal states for use in CSS selectors using the element:

no-statements
There are no more statements to vote on.
is-meta
The currently displayed statement is marked as metadata.

Javascript Interface

See VoxitStatementElement.

See also