[wp-trac] [WordPress Trac] #22941: TinyMCE Paste From Word Uses <b> for Bold Instead of <strong>

WordPress Trac noreply at wordpress.org
Fri Dec 14 19:14:18 UTC 2012


#22941: TinyMCE Paste From Word Uses <b> for Bold Instead of <strong>
--------------------------+--------------------
 Reporter:  cgrymala      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.5.1
Component:  TinyMCE       |     Version:  3.5
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+--------------------

Comment (by azaozz):

 In 3.5 TinyMCE follows the HTML 5.0 spec and as @nacin said <b> and <i>
 are valid elements there.

 When pasting from MS Word and some other apps (and from another tab in the
 browser), the clipboard contains html. The 'paste' plugin filters it for
 irregularities and removes redundant classes, etc. but if the clipboard
 contains these elements they will be left untouched. The same happens when
 a user types in the Text tab, <b> and <i> are not replaced as they are
 valid and not deprecated any more.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22941#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list