bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

Add `del` tag as valid markup #728

Closed tholman closed 4 years ago

tholman commented 4 years ago

To represent content that is now deleted.

Differences of strike/s/del

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s

The <strike> element, alter ego of the <s> element is obsolete and should not be used on Web sites any more.

The <del> element is to be used instead if the data has been deleted.