Details
-
Improvement
-
Resolution: Fixed
-
Major
-
11.10
-
None
Description
The issue is that the diff is computed at character level and the base64 data URI leads to a very large patch. We don't need that level of detail for HTML attributes, like we need for text nodes, because attribute value changes are not marked independently visually. We mark the entire element as modified. Se we need to treat text nodes and attribute nodes differently.
Attachments
Issue Links
- blocks
-
XCOMMONS-1820 Add support for computing the HTML diff taking into account the image data rather than the image location
- Closed