toggle

Toggle Switch

Specifies if the styling of the element it modifies should act as a toggle-switch. When the toggle-switch is on, the textual content of the element will always be visually set apart from its context. When the switch is off, the rendition is fixed to the style requested and will not change based on context.

Used on Element: <italic>

ValueMeaning
noThe element does not act as a toggle; the emphasized text remains in the requested style, no matter what the surrounding text does.
yesThe emphasis element acts as a toggle. If the surrounding text is set to the same emphasis style, the text within this element will change to another emphasis style, so that the text will always be typographically distinct from its surroundings.
Default value yes

Used on Element: <roman>

ValueMeaning
noThe element does not act as a toggle; the emphasized text remains in the same emphasis, no matter what the surrounding text does.
yesThe emphasis element acts as a toggle. If the surrounding text is set to the same emphasis, the text within this element will change to another emphasis style, so that the text will always be typographically distinct from its surroundings.
Default value no

Used on these Elements:

ValueMeaning
noThe element does not act as a toggle; the emphasized text remains in the same emphasis, no matter what the surrounding text does.
yesThe emphasis element acts as a toggle. If the surrounding text is set to the same emphasis, the text within this element will change to another emphasis style, so that the text will always be typographically distinct from its surroundings.
RestrictionThis is an optional attribute; there is no default.

Example

...
<p>As Q and <overline toggle="no">Q</overline> are always 
different ...</p>
...