Opened 11 years ago
Closed 10 years ago
#2637 closed defect (bug) (fixed)
Accessibility: Template Notices
Reported by: | netweb | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General - Accessibility | Keywords: | |
Cc: |
Description
via Karl Groves bbPress Accessibility Feedback https://gist.github.com/ntwb/c8f99df8a714ed028e2d
Validation error messaging. The use of a list allows the user to know how many errors were found.
Be sure to shift focus directly to this div $('.error:first').focus();
Proposed:
<div class="bbp-template-notice error" role="alert" tabindex="-1"> <ul> <li><strong>ERROR</strong>: Your topic needs a title.</li> <li><strong>ERROR</strong>: Your topic cannot be empty.</li> </ul> </div>
Current:
<div class="bbp-template-notice error"> <p><strong>ERROR</strong>: Your topic needs a title.</p> <p><strong>ERROR</strong>: Your topic cannot be empty.</p> </div>
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Bumping to 2.7 so we can clear out Awaiting Review and 2.6 milestones.