[wp-trac] [WordPress Trac] #13369: wp-signup.php does not validate when user logged in.

WordPress Trac wp-trac at lists.automattic.com
Wed May 12 20:51:11 UTC 2010


#13369: wp-signup.php does not validate when user logged in.
-------------------------+--------------------------------------------------
 Reporter:  snumb130     |       Owner:                              
     Type:  enhancement  |      Status:  new                         
 Priority:  normal       |   Milestone:                              
Component:  General      |     Version:  3.0                         
 Severity:  minor        |    Keywords:  validation, html5, multisite
-------------------------+--------------------------------------------------
 When user logged in the wp-signup.php page shows the following errors when
 validating against HTML5.

 Line 66: No p element in scope but a p end tag seen.
  - caused by lines 179 through 187 of wp-signup.php.  ul is nexted within
 p.  Move closing p before the linked list.

 Line 72: No p element in scope but a p end tag seen.
  - caused by line 98 where closing p is given with no opening p.  Remove
 closing p tag.

 Line 85: No p element in scope but a p end tag seen.
  - caused by lines 102 through 114 of wp-signup.php.  div is nested in p.
 Close p before div and open afterward.

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


More information about the wp-trac mailing list