<info>
The <info> element contains additional information about the step. 
Specialization hierarchy
The <info> element is specialized from
                              <div>. It is defined in the task
                        module.
Content model
(Text | <audio> | <dl> | <div> | <example> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <simpletable> | <sl> | <table> | <ul> | <video> | <cite> | <include> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <data> | <foreign> | <draft-comment> | <fn> | <indexterm> | <required-cleanup>)*
Contained by
- Text
- <audio>
- <cite>
- <data>
- <div>
- <dl>
- <draft-comment>
- <example>
- <fig>
- <fn>
- <foreign>
- <image>
- <include>
- <indexterm>
- <keyword>
- <lines>
- <lq>
- <note>
- <object>
- <ol>
- <p>
- <ph>
- <pre>
- <q>
- <required-cleanup>
- <simpletable>
- <sl>
- <table>
- <term>
- <text>
- <tm>
- <ul>
- <video>
- <xref>
Contained by
Inheritance
- topic/div task/info
The <info> element is specialized from <div>. It is defined in the task module.
Attributes
The following attributes are available on this element: universal attributes.
The following attributes are available on this element: universal attributes.
Example
This section is non-normative.
In the following code sample, the
          <info> element provides additional
        information about the ways that the step can be performed:
<step>
  <cmd>Specify the configuration parameters.</cmd>
  <info>You can use either the command line or the product GUI.
  </info>
</step>