In the I2C Rules the following situation may occur:
Suppose we have the following code section :
<div id=1>
<div > text </div>
<div id=2>text2
<div id=3>text3 </div>
</div>
</div>
If for this code we will use the Rules which follows
Start at : <div id=1> End at : <div id=3> then in the selected section will remain an open tag that don't have an end tag ( e.g. : <div id=2> ) wich will break entire page.
For this bug I think a good solution will be the possibility to select in the I2C Rules only the start tag (e.g.: <div id=1>) and the aplication automatically use his </div> end tag and not the first </div> end tag that it find.
In correlation with the possibility to exclude tags from inside the selected content (e.g.: exclude <div id=3>text3 </div>) I think it will make a better stripping function for this application.