Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25054


Ignore:
Timestamp:
08/16/2013 02:04:11 AM (12 years ago)
Author:
sabreuse
Comment:

related: #24766 deals with title attributes in core functions. Patches on this ticket should only deal with title attributes that are added in theme files.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25054 – Description

    initial v1  
    1 Ticket for tracking Accessibility issues and fixes in Twenty Fourteen.
     1Twenty 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
     12This is a first pass; please comment with any additional issues.