[wp-trac] [WordPress Trac] #24982: Improve validation and error handling on install.php
WordPress Trac
noreply at wordpress.org
Sat Sep 21 11:57:36 UTC 2013
#24982: Improve validation and error handling on install.php
------------------------------------+------------------
Reporter: DrewAPicture | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.7
Component: Text Changes | Version:
Severity: normal | Resolution:
Keywords: dev-feedback has-patch |
------------------------------------+------------------
Comment (by ocean90):
> It also marks the Username and Email fields with an asterisk, e.g.
required
For new users, that's not clear enough, since there is no explanation what
the asterisk stands for. See comment_form() where we have `sprintf( ' ' .
__('Required fields are marked %s'), '<span class="required">*</span>'
);`.
Maybe we should also add `aria-required="true"`.
The colors should match the one from `div.error`, so `background-color:
#ffebe8;` and `border-color: #c00;`, and also lowercase, see
[http://make.wordpress.org/core/handbook/coding-standards/css/#properties
codex].
Otherwise I'm fine with removing the ERROR prefix.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24982#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list