<howtoavoid>

The <howtoavoid> element contains information about how a user can avoid a hazard, for example, "Do not use solvents to clean the drum surface."

The <howtoavoid> element is specialized from <div>. It is defined in the hazard-statement domain module.

The following attributes are available on this element: universal attributes.

Example

The following code sample shows the markup for a hazard statement that warns about possible damage to machinery. The <howtoavoid> element provides specific information about what the reader needs to do to avoid the hazard.

<hazardstatement type="notice">
  <messagepanel>
    <typeofhazard>
      <hazardsymbol keyref="hazard-agressivesolvent"/>
      Machinery Damage</typeofhazard>
    <howtoavoid>
      <hazardsymbol keyref="hazard-readmanual"/>
      <ul>
        <li>Do NOT use solvents to clean the drum surface</li>
	 <li>Read manual for proper drum cleaning procedure</li>
      </ul>
    </howtoavoid>
  </messagepanel>
</hazardstatement>