artlantis / daisydiff

Automatically exported from code.google.com/p/daisydiff
0 stars 0 forks source link

Showing the blue color difference for missing of border="0" attribute. #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compare the attached two HTMLs (test1.html,test2.htm)
2. In the output showing the differenc in blue color which is the 
border="0" attribute missing in the one of the input file
3. But border="0" will not cause any difference in the actual html output.

What is the expected output? What do you see instead?
Expected output in diff report
Showing the change in blue color which is not required.
There won't be any difference in the HTML output when we add border="0" or 
not to add border="0"

What version of the product are you using? On what operating system?
its latest build taken on 12-April-09, windows vista

Please provide any additional information below.
 Here with attached the test htmls & daisy diff report.

Original issue reported on code.google.com by arrama...@gmail.com on 12 Apr 2009 at 11:49

Attachments:

GoogleCodeExporter commented 9 years ago
Whether this is intended behaviour or not depends in your use case. If you get a
notice that a colleague modified a HTML page and you want to see what was 
changed,
you'll be happy to notice that he added a nonsensical piece of HTML. 

You want to visualize the difference in rendered HTML in which case you don't 
want to
see the change. Comparing rendered HTML causes all sorts of problems and first 
of all
requires the HTML to be rendered (which DaisyDiff doesn't do). To keep things 
simple
we won't attempt to support this kind of use, unless ofcourse you have an idea 
on how
to implement it?

Original comment by guy...@gmail.com on 17 Apr 2009 at 10:14