[wp-trac] Re: [WordPress Trac] #6376: Visual Editor creates invalid Definition Lists

WordPress Trac wp-trac at lists.automattic.com
Tue Mar 25 04:14:37 GMT 2008


#6376: Visual Editor creates invalid Definition Lists
-------------------------+--------------------------------------------------
 Reporter:  fool4christ  |        Owner:  anonymous
     Type:  enhancement  |       Status:  new      
 Priority:  low          |    Milestone:  2.6      
Component:  General      |      Version:  2.5      
 Severity:  normal       |   Resolution:           
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by azaozz):

  * priority:  high => low
  * type:  defect => enhancement
  * component:  TinyMCE => General
  * milestone:  2.5 => 2.6

Comment:

 TinyMCE doesn't use <dl><dt><dd> lists, although it understands them.
 However wpautop() doesn't. Plain definition lists work well, but if you
 need to use paragraphs whitin definition lists, don't switch to the visual
 editor, so they don't get stripped. This works as expected:
 {{{
 <dl><dt>term</dt>
 <dd>paragraph</dd>
 <dd>paragraph2</dd>
 </dl>
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6376#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list