Ticket #7703 (closed defect (bug): wontfix)

Opened 4 months ago

Last modified 3 months ago

XHTML validation warnings corrections

Reported by: Simek Assigned to: anonymous
Priority: normal Milestone:
Component: General Version: 2.7
Severity: minor Keywords: has-patch
Cc:

Description

wp-admin/inbox.php

  • missing <li> for separator in <ul> added
  • incorrect close tag </td> corrected

wp-admin/plugin-editor.php

  • <strong> tag inside another <strong> tag - fixed (other fix is possible - leave whole <strong> and delete <strong> for file names)

wp-admin/user-edit.php

  • mismatch in form "name" and "id" attributes fixed

wp-admin/includes/dashboard.php

  • style sections moved to <head> from <div>

wp-admin/includes/template.php

  • double "class" attribute fixed
  • missing </strong> close tag added

Attachments

validation.warnings.fixes.8841.patch (5.5 kB) - added by Simek on 09/07/08 09:37:11.
more.validation.warnings.fixes.8841.patch (1.5 kB) - added by Simek on 09/07/08 11:33:52.
again.validation.warnings.fixes.8845.patch (4.6 kB) - added by Simek on 09/08/08 19:16:22.
7703.patch (12.7 kB) - added by Viper007Bond on 10/17/08 03:10:40.
Fixed most (but purposely not all) validation errors

Change History

09/07/08 09:37:11 changed by Simek

  • attachment validation.warnings.fixes.8841.patch added.

09/07/08 11:33:39 changed by Simek

Patch summary for: more.validation.warnings.fixes.8841.patch


wp-admin/theme-editor.php

  • mismatch in form "name" and "id" attributes fixed (also same "name" for two different objects corrected)

wp-admin/users.php

  • unneeded " deleted (typo)

09/07/08 11:33:52 changed by Simek

  • attachment more.validation.warnings.fixes.8841.patch added.

09/08/08 06:01:33 changed by azaozz

  • status changed from new to closed.
  • resolution set to fixed.

(In [8845]) CSS and HTML validation fixes, props Simek, fixes #7703

09/08/08 19:16:04 changed by Simek

  • status changed from closed to reopened.
  • resolution deleted.

Again... More validation fixes.


wp-admin/upload.php

  • "&" replaced by "&amp;"

wp-admin/import/dotclear.php

  • wrong attribute "nameid" corrected

wp-admin/import/greymatter.php

  • missing "action" attribute added into "form"
  • unneeded paragraph close tag deleted

wp-admin/includes/media.php

  • "input" tags closing slash added

09/08/08 19:16:22 changed by Simek

  • attachment again.validation.warnings.fixes.8845.patch added.

10/16/08 20:46:59 changed by ryan

  • type changed from enhancement to defect.

10/16/08 20:52:28 changed by azaozz

  • status changed from reopened to closed.
  • resolution set to wontfix.

Most of these HTML tags could change in the new design. Closing as wontfix for now, let's do that again and open new ticket after the new design is in.

10/16/08 22:25:19 changed by Viper007Bond

As of 9216...

* wp-admin/upload.php validates for me
* wp-admin/admin.php?import=dotclear FAILS validation due to above error
* wp-admin/admin.php?import=greymatter FAILS validation due to above errors

10/17/08 03:10:40 changed by Viper007Bond

  • attachment 7703.patch added.

Fixed most (but purposely not all) validation errors

10/17/08 21:29:56 changed by jacobsantos

  • milestone deleted.

10/18/08 21:19:11 changed by ryan