HtmlExporter missing strikethrough condition
Hi there,
I had discover a bug(?) or unintended feature - able to do strikethrough on TextFlow but when use TextConverter to convert to html tag. The <S></S> tag is missing. After some digging through the sdk code and found out HtmlExporter doesn't handle the condition of strikethrough. My current sdk version 4.0.0.14159 (come with flex builder 4)
Tried version 4.1.0.14756, it seems to be the same.
Search through the change log - couldn't find anything related to this on latest build.
Question about this,
Is it a bug? or is it intended? If it is intended, will I get any similar feature in the future build?
Unrelated question,
All the html tag generate by the HtmlExporter are deprecated in html 4. Is there any plan to move forward to use CSS?
I can try to hack around to get it to work for my environment but I just don't want to make a lot of changes if there is new sdk that fix it in the future. Please let me know what I can do with this.
Cheers
