Opened 11 years ago
Closed 11 years ago
#30479 closed defect (bug) (fixed)
Twenty Fifteen: class="says" has style defined as display: none, should be like screen-reader-only
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.1 | Priority: | normal |
| Severity: | normal | Version: | 4.1 |
| Component: | Bundled Theme | Keywords: | has-patch commit |
| Focuses: | accessibility | Cc: |
Description
In wp-includes/comment-template.php the class="says" is added to hide text from screen.
Twenty Fifteen defines that as
.says {
display: none;
}
Display: none; also hides text from screen readers, so it's not useful to do so.
It would be better if that was defined as or like screen-reader-text.
Is there a way to solve this like @mattwiebe did in #30110?
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Or apply
.saysthe same style as.screen-reader-text?