Opened 16 years ago
Closed 15 years ago
#793 closed defect (bug) (fixed)
Double IDs in login form (because in header and userbar)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | trivial |
Severity: | Version: | ||
Component: | 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.
Removing the ID for the hidden fields should validate the XHTML and leave the form elements working.
What do the devs think?