﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20149,Del button should work the same in Visual & HTML Editors,aaroncampbell,,"If you highlight something in the visual editor and click strikethrough (del) it wraps the content in <del> tags.  If you do the same in the HTML editor it gets wrapped in <del> tags '''with''' the datetime parameter filled with what looks like an ISO 8601 date.

Example:
{{{
<del>Deleted from Visual</del>

<del datetime=""2012-03-01T13:56:01+00:00"">Deleted from HTML</del>
}}}

We should standardize these.

One of the side effects of this is that the del button in the HTML editor can't be used in captions because it messes up the quotes (#18311).",defect (bug),closed,normal,,Editor,3.3,minor,invalid,,stas@… aaroncampbell mark@…
