[wp-trac] [WordPress Trac] #8971: Invalid value for @cols in default theme comments.php textarea element?

WordPress Trac wp-trac at lists.automattic.com
Tue Jan 27 14:43:23 GMT 2009


#8971: Invalid value for @cols in default theme comments.php textarea element?
---------------------------+------------------------------------------------
 Reporter:  sampablokuper  |       Owner:     
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  2.8
Component:  Themes         |     Version:  2.7
 Severity:  normal         |    Keywords:     
---------------------------+------------------------------------------------
 In the default theme, comments.php has a textarea element thus:

 {{{
 <textarea name="comment" id="comment" cols="100%" rows="10"
 tabindex="4"></textarea>
 }}}

 If I'm not mistaken, the cols attribute should be a number (not a
 percentage), according to, e.g.,
 [http://www.w3.org/TR/html401/interact/forms.html#h-17.7] and
 [http://www.velocityreviews.com/forums/t153587-html-forms-and-liquid-
 designs.html] and

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


More information about the wp-trac mailing list