of release 1.10.</EM>
<P>
<B>NOTE:</B><EM>The font markups for bold, italic, underlining, subscript and
-superscript </EM>(<TT><B></TT>, <TT><I></TT>, <TT><U></TT>, <TT><SUB></TT> and <TT><SUP></TT>)
+superscript </EM>(<TT><B></TT>, <TT><I></TT>, <TT><U></TT>, <TT><SUB></TT> and <TT><SUP></TT>)
<EM>are only available in versions after 14 October 2011, and
the markup for strike-through (<TT><S></TT>) requires versions later than 15 September 2013.
In addition, all of these markups are
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><U></B> <I>text</I> <B></U></B></TD>
+ <TD ALIGN=LEFT><B><U></B> <I>text</I> <B></U></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><O></B> <I>text</I> <B></O></B></TD>
+ <TD ALIGN=LEFT><B><O></B> <I>text</I> <B></O></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><SUB></B> <I>text</I> <B></SUB></B></TD>
+ <TD ALIGN=LEFT><B><SUB></B> <I>text</I> <B></SUB></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><SUP></B> <I>text</I> <B></SUP></B></TD>
+ <TD ALIGN=LEFT><B><SUP></B> <I>text</I> <B></SUP></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><S></B> <I>text</I> <B></S></B></TD>
+ <TD ALIGN=LEFT><B><S></B> <I>text</I> <B></S></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT><I>fonttable</I></TD>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><U></B> <I>table</I> <B></U></B></TD>
+ <TD ALIGN=LEFT><B><U></B> <I>table</I> <B></U></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
- <TD ALIGN=LEFT><B><O></B> <I>table</I> <B></O></B></TD>
+ <TD ALIGN=LEFT><B><O></B> <I>table</I> <B></O></B></TD>
</TR>
<TR>
<TD ALIGN=RIGHT><I>table</I></TD>
<PRE>
< <U><TABLE><TR><TD>a</TD></TR></U>>
</PRE>
-is not legal. Removing either the space or the <U>...</U> will fix this.
+is not legal. Removing either the space or the <U>...</U> will fix this.
<P>
HTML comments are allowed within an HTML string. They can occur anywhere
provided that, if they contain part of an HTML element, they must contain
of release 1.10.</EM>
<P>
<B>NOTE:</B><EM>The font markups for bold, italic, underlining, subscript and
-superscript </EM>(<TT><B></TT>, <TT><I></TT>, <TT><U></TT>, <TT><SUB></TT> and <TT><SUP></TT>)
+superscript </EM>(<TT><B></TT>, <TT><I></TT>, <TT><U></TT>, <TT><SUB></TT> and <TT><SUP></TT>)
<EM>are only available in versions after 14 October 2011, and
the markup for strike-through (<TT><S></TT>) requires versions later than 15 September 2013.
In addition, all of these markups are
<PRE>
< <U><TABLE><TR><TD>a</TD></TR></U>>
</PRE>
-is not legal. Removing either the space or the <U>...</U> will fix this.
+is not legal. Removing either the space or the <U>...</U> will fix this.
<P>
HTML comments are allowed within an HTML string. They can occur anywhere
provided that, if they contain part of an HTML element, they must contain
label = text | fonttable
text = textitem | text textitem
-textitem = string | T_<BR/> | T_<FONT> text T_</FONT> | T_<I> text T_</I> | T_<B> text T_</B> | T_<U> text T_</U> | T_<O> text T_</O> | T_<SUB> text T_</SUB> |T_<SUP> text T_</SUP> | T_<S> text T_</S>
-fonttable = table | T_<FONT> table T_</FONT> | T_<I> table T_</I> | T_<B> table T_</B> | T_<U> table T_</U> | T_<O> table T_</O>
+textitem = string | T_<BR/> | T_<FONT> text T_</FONT> | T_<I> text T_</I> | T_<B> text T_</B> | T_<U> text T_</U> | T_<O> text T_</O> | T_<SUB> text T_</SUB> |T_<SUP> text T_</SUP> | T_<S> text T_</S>
+fonttable = table | T_<FONT> table T_</FONT> | T_<I> table T_</I> | T_<B> table T_</B> | T_<U> table T_</U> | T_<O> table T_</O>
table = T_<TABLE> rows T_</TABLE>
rows = row | rows row | rows T_<HR/> row
row = T_<TR> cells T_</TR>