<steps-informal>
Informal steps are steps that do not follow a strict content model. A paragraph might describe more than one step, or a paragraph might combine procedural information along with other information.
Rendering expectations
Implementations might want to consider having their stylesheets render a label for this element.
Specialization hierarchy
The <steps-informal>
element is specialized from
<section>
. 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.
The following code sample shows how an author provided informal information about how to grow a flower from seed:
<task id="growing-flower>
<title>Growing a flower from seed</title>
<taskbody>
<steps-informal>
<p>Put the soil in the container any old way. It doesn't really
matter how you do it as long as it is at least 12 cm deep. Once
the soil is in place, plant the seeds, water appropriately and
wait.</p>
</steps-informal>
</taskbody>
</task>