[wp-trac] [WordPress Trac] #27159: Removing TinyMCE buttons to improve user experience
WordPress Trac
noreply at wordpress.org
Fri May 1 22:18:24 UTC 2015
#27159: Removing TinyMCE buttons to improve user experience
-------------------------+---------------------------------
Reporter: hugobaeta | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: Awaiting Review
Component: TinyMCE | Version: 3.8
Severity: normal | Resolution:
Keywords: | Focuses: ui, administration
-------------------------+---------------------------------
Comment (by afercia):
One more argument to discourage the use of strikethrough is that people
tend to use it unsemantically. The `<del>` element is meant to mark
deletion of text as you would do in document revisions. Also, the visual
and text editors produce a different markup:
{{{
TinyMCE:
<del>my text</del>
Quick Tags:
<del datetime="2015-05-01T21:53:25+00:00">my text</del>
}}}
notice the datetime attribute should be used only to mark when the
document revision was done.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27159#comment:31>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list