<chdesc>
The <chdesc> element is a description of an option from a choice
table that a user chooses while performing a step to accomplish a task. It explains why the user
would choose that option and might explain the result of the choice when it is not immediately
obvious.
Content model
(Text | <dl> | <div> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <sl> | <ul> | <boolean> | <cite> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <state> | <data> | <data-about> | <foreign> | <unknown> | <draft-comment> | <fn> | <indextermref> | <indexterm> | <required-cleanup>)*
Contained by
<chrow>
- Text
<boolean><cite><data><data-about><div><dl><draft-comment><fig><fn><foreign><image><indexterm><indextermref><keyword><lines><lq><note><object><ol><p><ph><pre><q><required-cleanup><sl><state><term><text><tm><ul><unknown><xref>
Contained by
<chrow>
Inheritance
- topic/stentry task/chdesc
The <chdesc> element is specialized from <stentry>. It is defined in the task module.
Example
This section is non-normative.
<step><cmd>Then this</cmd>
<substeps>
<substep importance="optional"><cmd>which is done by doing this</cmd></substep>
<substep importance="required"><cmd>and then this.</cmd></substep>
</substeps>
<choicetable>
<chrow><choption>Do this</choption>
<chdesc>and this will happen</chdesc></chrow>
<chrow><choption>Do that</choption>
<chdesc>and that will happen</chdesc></chrow>
</choicetable>
</step>
Attributes
The following attributes are available on this element: Universal attribute group, outputclass, and specentry.