[wp-trac] [WordPress Trac] #20149: Del button should work the same in Visual & HTML Editors
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 1 14:04:32 UTC 2012
#20149: Del button should work the same in Visual & HTML Editors
---------------------------+-----------------------------
Reporter: aaroncampbell | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.3
Severity: normal | Keywords: 2nd-opinion
---------------------------+-----------------------------
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).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20149>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list