ea885d3a26
On the Multisite - single site "Add New User" screen, some form fields have more than one label associated with them. Form controls should have at most one associated label element. If more than one label element is associated to the control, assistive technologies may not read the appropriate label. Additionally, labels can be associated to their related form fields either explicitly (using a `for` attribute referencing the field ID) or implicitly (using the label to wrap the field). As a best practice, never do both and prefer explicitly associated labels when possible. Props Ankit K Gupta. Fixes #38459. git-svn-id: https://develop.svn.wordpress.org/trunk@39006 602fd350-edb4-49c9-b593-d223f7449a82 |
||
---|---|---|
src | ||
tests | ||
tools/i18n | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
phpunit.xml.dist | ||
wp-cli.yml | ||
wp-config-sample.php | ||
wp-tests-config-sample.php |