15 Aug
2008
15 Aug
'08
9:08 a.m.
On Aug 15, 2008, at 10:59 AM, Wang Ning wrote: [snip]
But I found that <u> is deprecated in xhtml. So, do we need support it?
ah good finding. This is maybe why it's not supported by wikimodel. Is there any replacement? The <ins> tag can do the same thing but the <ins> mean that insert text. Use <ins> together with the <del> tag to describe updates and modifications to a document. So its semantic meaning is different from <u>.
Actually XHMTM has deprecated the usage of <u> in favor of style sheets so we should use a style parameter instead. I'll fix this. Thanks -Vincent