[wp-trac] [WordPress Trac] #8744: Few validation fixes for WordPress

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 29 13:14:19 GMT 2008


#8744: Few validation fixes for WordPress
-------------------------+--------------------------------------------------
 Reporter:  Simek        |       Owner:  anonymous
     Type:  enhancement  |      Status:  new      
 Priority:  low          |   Milestone:  2.7.1    
Component:  General      |     Version:  2.8      
 Severity:  trivial      |    Keywords:  has-patch
-------------------------+--------------------------------------------------
 ''All changes were tested on my Test Blog.''

 == Changelog ==

 '''Files:'''
  * wp-login.php
  * login.css

 '''Validation warning:'''
  * Same ID fo CSS file LINK and login DIV

 '''Solution:'''
  * DIV ID changed from "login" to "loginbox". CSS also corrected.
 ----
 '''File:'''
  * dashboard.php

 '''Validation warning:'''
  * FORM ID and NAME attribute value mismatch

 Solution:
  * FORM NAME changed to "quick-press"
 ----
 '''File:'''
  * upload.php

 '''Validation warning:'''
  * Invalid paragraph content or empty paragraph

 '''Solution:'''
  * Deleted P tag and P close tag. In this P was DIV with Edit, Delete and
 View options. P tag was unneeded.
 ----
 '''File:'''
  * tools.php

 '''Validation warning:'''
  * A tag escaping malformed URI reference

 '''Solution:'''
  * changed HREF to "#" and added ONCLICK attribute for JS script.

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


More information about the wp-trac mailing list