#7703 closed defect (bug) (wontfix)
XHTML validation warnings corrections
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.7 |
Component: | General | Keywords: | has-patch |
Focuses: | 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 (4)
Change History (12)
#3
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Again... More validation fixes.
wp-admin/upload.php
- "&" replaced by "&"
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
#5
@
17 years ago
- Resolution set to wontfix
- Status changed from reopened to closed
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.
Note: See
TracTickets for help on using
tickets.
Patch summary for: more.validation.warnings.fixes.8841.patch
wp-admin/theme-editor.php
wp-admin/users.php