Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #23513


Ignore:
Timestamp:
02/19/2013 05:17:37 PM (12 years ago)
Author:
sabreuse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23513

    • Property Keywords has-patch added
    • Property Summary changed from Twenty Thirteen contrast between orange and beige is low to Twenty Thirteen color contrast should aim for 4.5:1
  • Ticket #23513 – Description

    initial v3  
     1With a more complex color palette than the previous black (or gray) on white default themes, we will have to check contrast ratios more carefully, with a goal of 4.5:1 as recommended by WCAG 2.0 accessibility guidelines. For example:
     2
    13The contrast between the beige and orange is a bit low.  The ratio is currently 3.2:1 with f94a0a being the orange,  If we switch to CA3C08, then we can bump the ratio to 4.6:1. 
    24
     
    810
    911http://leaverou.github.com/contrast-ratio/ was used to check the ratios.
     12
     13Since we're likely to have multiple contrast fixes, let's collect them all in this ticket.