Make WordPress Core

Opened 5 weeks ago

Last modified 4 weeks ago

#62001 new enhancement

Inconsistent Text Selection Color Contrast on date, time, month, week & datetime-local

Reported by: pressthemes1's profile pressthemes1 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Customize Keywords: has-screenshots
Focuses: ui, accessibility, css, administration Cc:

Description (last modified by sabernhardt)

https://imgur.com/xScZJj7
https://imgur.com/06CC8h0

input::-webkit-datetime-edit-hour-field:focus,
input::-webkit-datetime-edit-minute-field:focus,
input::-webkit-datetime-edit-second-field:focus,
input::-webkit-datetime-edit-ampm-field:focus,
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-week-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
  color: #fff;
  border-color: #0073aa;
  background-color: #0073aa;
}

input::-moz-datetime-edit-hour-field:focus,
input::-moz-datetime-edit-minute-field:focus,
input::-moz-datetime-edit-second-field:focus,
input::-moz-datetime-edit-ampm-field:focus,
input::-moz-datetime-edit-day-field:focus,
input::-moz-datetime-edit-week-field:focus,
input::-moz-datetime-edit-month-field:focus,
input::-moz-datetime-edit-year-field:focus {
  color: #fff;
  border-color: #0073aa;
  background-color: #0073aa;
}

Attachments (2)

Screenshot 2024-09-06 at 9.48.02 AM.png (168.0 KB) - added by pressthemes1 5 weeks ago.
Screenshot 2024-09-06 at 9.48.13 AM.png (166.0 KB) - added by pressthemes1 5 weeks ago.

Download all attachments as: .zip

Change History (6)

#1 @sabernhardt
5 weeks ago

  • Component changed from General to Customize
  • Description modified (diff)
  • Focuses multisite removed
  • Keywords needs-patch needs-design-feedback has-testing-info changes-requested has-dev-note removed

#2 follow-up: @hellofromTonya
4 weeks ago

  • Keywords dev-feedback 2nd-opinion removed
  • Version 6.6.1 deleted

I'm doing triage for 6.6.x cycle. For the Version, I'm not finding CSS changes in the 6.6.1 release that introduced this issue. Thus, removing it as the Version.

Also removing dev-feedback and 2nd-opinion keywords, as it's too early in the ticket's discussion for these.

#3 in reply to: ↑ 2 @pressthemes1
4 weeks ago

Replying to hellofromTonya:

I'm doing triage for 6.6.x cycle. For the Version, I'm not finding CSS changes in the 6.6.1 release that introduced this issue. Thus, removing it as the Version.

Also removing dev-feedback and 2nd-opinion keywords, as it's too early in the ticket's discussion for these.

I believe it a browser bug not a wp bug, but still im reporting here as i have no control over the browser source code & i have only tested in chrome atm.

This ticket was mentioned in Slack in #accessibility by rcreators. View the logs.


4 weeks ago

Note: See TracTickets for help on using tickets.