3.1 Wrapfig

<..configure html32 wrapfig..>
 \Configure{wrapfloat}
     {\getWFplace
      \ifvmode\IgnorePar\EndP
        \HCode{<div \WFplace>}%
        \def\endWrap{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par}%
      \else
        \HCode{<span \WFplace>}\bgroup
        <.config span caption.>%
        \def\endWrap{\egroup\HCode{</span>}}%
      \fi
     }
     {\endWrap}
 \def\getWFplace{%
    \let\:tempa=\empty
    \def\:temp##1r##2//{\if !##2!\else
                        \def\:tempa{align="left"}\fi}%
    \expandafter\:temp\WFplace l//%
    \def\:temp##1r##2//{\if !##2!\else
                        \def\:tempa{align="right"}\fi}%
    \expandafter\:temp\WFplace r//%
    \let\WFplace=\:tempa }
-_-_-

<..config span caption..>
 \Configure{caption}
    {\HCode{<br\xml:empty><span class="caption"><b>}}
    {\HCode{</b>}: }{}{\HCode{</span><br\xml:empty>}}%
-_-_-