Skip to content

Ordered <ol> and Unordered <ul> List view doesn't support the differentiation in the HTML diff #5

@ankitstudent09

Description

@ankitstudent09

An ordered and Unordered list is not supported in HTML diff Library when I am comparing two different HTML code.

Below I am stating an example which will brief you as follows:-

old html Code with unordered list view

<ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul>

new html Code with ordered list view

<ol><li>Coffee</li><li>Tea</li><li>Milk</li></ol>

It is not showing up any difference when I am using the same library.

For reference I am pasting the sceenshot regarding the above example.
no-difference

Please review and Let us know your thoughts and suggestions over it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions