[wp-trac] [WordPress Trac] #22931: Use double quotes for attribute values when loading JS in script-loader.php

WordPress Trac noreply at wordpress.org
Fri Dec 14 08:00:22 UTC 2012


#22931: Use double quotes for attribute values when loading JS in script-loader.php
--------------------------+------------------------------
 Reporter:  gish          |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by dd32):

 The HTML5 standard accept 3 different formats:
 {{{
 id=example
 id='example'
 id="example"
 }}}

 single quotes are OK as per http://www.w3.org/TR/html-markup/syntax.html
 #attr-value-single-quoted

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


More information about the wp-trac mailing list