[wp-trac] [WordPress Trac] #3421: "WordPress should correct invalidly nested XHTML automatically" option breaking microformats

WordPress Trac wp-trac at lists.automattic.com
Fri Dec 1 17:13:58 GMT 2006


#3421: "WordPress should correct invalidly nested XHTML automatically" option
breaking microformats
---------------------+------------------------------------------------------
 Reporter:  conoro   |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:           
Component:  General  |     Version:  2.0.5    
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 The option when enabled is re-writing valid safe XHTML and breaking the
 markup for hcard and hcard inside hreview.

 It is taking:

 <span class="reviewer vcard"><span class="fn">Conor</span></span>

 and changing it to:

 <span class="reviewer vcard"></span><span class="fn">Conor</span>

 Obviously the feature can be turned off but it really shouldn't rewrite
 valid markup. Again, apologies if I should be sticking to the forums for
 this.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3421>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list