<postreq>
Post-requisites are steps or tasks that people might need to perform after completing the current task.
Rendering expectations
Implementations might want to consider having their stylesheets render a label for this element.
Specialization hierarchy
The <postreq>
element is specialized from
<section>
. 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/section task/postreq
The <postreq>
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 a user might be directed to notify a test proctor after completing a test.
<steps>
<!-- ... -->
<step>
<cmd>Click <uicontrol>Done</uicontrol> to complete the test.</cmd>
</step>
</steps>
<postreq>Notify the proctor upon completing this self-test.</postreq>