cygri / htmldiff

A command-line script that shows text changes between two HTML files
MIT License
61 stars 27 forks source link

Use ins/del elements instead of span with class #5

Open csarven opened 6 years ago

csarven commented 6 years ago
<span class="delete"> --> <del>
<span class="insert"> --> <ins>

If timestamps are known, maybe include them in the title attribute. (Unfortunately datetime wasn't allowed last time I raised this to HTML5.)