[wp-trac] [WordPress Trac] #18570: Add whitespace to html attributes in custom-background.php

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 1 19:17:38 UTC 2011


#18570: Add whitespace to html attributes in custom-background.php
----------------------------+-----------------------------
 Reporter:  mfields         |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  3.2
 Severity:  minor           |   Keywords:  has-patch
----------------------------+-----------------------------
 Currently trunk as well as 3.2 output the following markup in /wp-admin
 /custom-background.php.
 {{{
 <span  style="display:none"class="hide-if-no-js" id="clearcolor">
 }}}

 While I am not experiencing any visual errors, I thought it would be a
 good idea to report this in case certain browsers have issues with mashed-
 together attributes.

 Best-case scenario would be to output the following markup:

 {{{
 <span style="display:none" class="hide-if-no-js" id="clearcolor">
 }}}

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


More information about the wp-trac mailing list