These are valid HTML which is not working in TinyMCE4 as per our expectation
<p><span style='text-decoration: line-through'>Test</span></p> <span style="text-decoration: line-through;"><p>Test</p></span> Here is the link of my fiddle . First HTML element is working fine but in second one strikethrough is not coming. Unable to undersatnd the reason.
Any lead or help will be appreciated. Thanks
spantag outside of aptag is not valid HTML. If you run that code through an HTML validator it will show that the second example is not valid HTML.