From: SourceForge.net <no...@so...> - 2010-11-15 14:28:23
|
Feature Requests item #3107290, was opened at 2010-11-11 21:51 Message generated for change (Comment added) made by aditsu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=3107290&group_id=13153 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Dongqiang Bai (dqbai) >Assigned to: Adrian Sandor (aditsu) Summary: missing feature "merge-spans" Initial Comment: I tried to clean the following html snippet: <span style="font-size:small"><span style="font-size:small">abc</span></span> expected to be: <span style="font-size:small">abc</span> by setting option tidy.setMakeClean(true) and tidy.setWord2000(true), but doesn't work. While for div tag, above cleaning works. Looking at the Clean.java, the mothod mergeDivs() is there but something like mergeSpans() is not found. The clean-nested-span-tag feature is implemented in C based code. ---------------------------------------------------------------------- >Comment By: Adrian Sandor (aditsu) Date: 2010-11-15 22:28 Message: Hi, please check the latest code in the CodeUpdateAndJava5 branch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=3107290&group_id=13153 |