1 | | Ticket for tracking Accessibility issues and fixes in Twenty Fourteen. |
| 1 | Twenty Fourteen has a few accessibility issues that I've found: |
| 2 | |
| 3 | * Remove title attributes on featured image permalinks and entry meta. There may be others as well. |
| 4 | * A few color contrast issues (our goal is a contrast ratio of 4.5:1 in text below 18px): |
| 5 | * gray on white (meta, blockquotes) is 3.36:1. recommended: replace with 767676 |
| 6 | * green on white (links) is 3.13 recommended: replace with 24890d |
| 7 | * dark gray on black (site description & colophon) 3.7:1; change the alpha value to 0.5 for a 5.2:1 ratio |
| 8 | * The search button in toolbar can't be focused with the keyboard |
| 9 | * Dropdown menus aren't keyboard accessible (note that this is true of nearly all themes) |
| 10 | * There's no visible focus on tag links. They should match the focus style. |
| 11 | |
| 12 | This is a first pass; please comment with any additional issues. |