15 Aug
2008
15 Aug
'08
6:46 p.m.
Hi Vincent, I run a test case for <del> and it does not work. In XDOMGeneratorListener#endFormat(WikiFormat format) you use (format.hasStyle(IWemConstants.STRIKE)) to handle the strickout, but both <s> and <strike> are deprecated in xhtml. Why not use (format.hasStyle(IWemConstants.DEL))? WDYT? Thanks Wang Ning