Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51854 closed enhancement (fixed)

Add more contrast on input borders during installation

Reported by: maigret's profile Maigret Owned by: audrasjb's profile audrasjb
Milestone: 5.7 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords: has-screenshots has-patch
Focuses: accessibility Cc:

Description

Since WP 5.3, input borders have more contrasts in the back end but it's not the case on installation form. It would a nice enhancement to reflect those changes here too.

Attachments (4)

Capture d’écran 2020-11-23 à 14.43.54.png (184.6 KB) - added by audrasjb 4 years ago.
Current implementation
Capture d’écran 2020-11-23 à 14.44.57.png (183.3 KB) - added by audrasjb 4 years ago.
Using #7e8993 value for border-color property
51854.diff (3.3 KB) - added by Maigret 4 years ago.
Reflects WP 5.3 a11y enhancements on WordPress installation process including database error screen.
wp-install-db-error-a11y.2.png (141.6 KB) - added by Maigret 4 years ago.

Download all attachments as: .zip

Change History (13)

#1 @Maigret
4 years ago

  • Summary changed from Add more contrasts on input borders during installation to Add more contrast on input borders during installation

#2 @audrasjb
4 years ago

  • Component changed from General to Upgrade/Install
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 5.7
  • Owner set to audrasjb
  • Status changed from new to accepted
  • Version 5.5.3 deleted

Hi @Maigret and thanks for opening this ticket!

Indeed, I think we should use #7e8993 as border-color, just like we do on Admin screens :)

@audrasjb
4 years ago

Current implementation

@audrasjb
4 years ago

Using #7e8993 value for border-color property

#3 @audrasjb
4 years ago

  • Keywords has-screenshots added

#4 @Maigret
4 years ago

Yes, I'm also adding styles to meta boxes.

@Maigret
4 years ago

Reflects WP 5.3 a11y enhancements on WordPress installation process including database error screen.

#5 @Maigret
4 years ago

  • Keywords has-patch added; needs-patch removed

#6 @audrasjb
4 years ago

The proposed patch looks great to me, thanks 👍

This ticket was mentioned in Slack in #core-auto-updates by audrasjb. View the logs.


4 years ago

This ticket was mentioned in Slack in #core by audrasjb. View the logs.


4 years ago

#9 @SergeyBiryukov
4 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 49907:

Accessibility: Upgrade/Install: Add more contrast to input borders during installation.

This brings the accessibility improvements previously made for other areas of the admin in WordPress 5.3 to the installation screens too.

Follow-up to [46241-46244], [46247], [46248], [46293], [46425].

Props Maigret, audrasjb.
Fixes #51854.

Note: See TracTickets for help on using tickets.