Opened 17 years ago
Closed 17 years ago
#793 closed defect (bug) (fixed)
Double IDs in login form (because in header and userbar)
| Reported by: | halk | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | Keywords: | ids, login | |
| Cc: | utele |
Description
The form elements user_login, user_pass, rememberme and wp-submit define the equal ID attributes.
But when you have the login form in the header and in the userbar you have these IDs twice. This is not XHTML compliant and triggers warnings.
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Removing the ID for the hidden fields should validate the XHTML and leave the form elements working.
What do the devs think?