Making WordPress.org

Opened 8 weeks ago

Closed 8 weeks ago

#7986 closed defect (bug) (fixed)

Accessibility issue on Polyglots Team locale page

Reported by: rollybueno's profile rollybueno Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords: has-patch has-screenshots needs-testing
Cc:

Description

The "Download WordPress in [Locale]" link is invisible due to poor text color and contrast. The white color on the light gray background is evidently not a very good combination.

The same thing happens in "Download language pack [WP VERSION]" on all team loacale page.

https://i.imgur.com/VkU5EkU.png
https://i.imgur.com/jO6ucQr.png

Attachments (1)

7986.diff (563 bytes) - added by rollybueno 8 weeks ago.

Download all attachments as: .zip

Change History (7)

@rollybueno
8 weeks ago

This ticket was mentioned in PR #490 on WordPress/wordpress.org by @rollybueno.


8 weeks ago
#1

I have reported this issue where the download link in the Team's local page is not visible due to the white text and light gray background color combination. The reported track is below:

Trac: https://meta.trac.wordpress.org/ticket/7986

https://github.com/user-attachments/assets/86346bf1-d572-4551-8c4b-0bcdf969eb4e

This happens on all Team's locale page

https://github.com/user-attachments/assets/ebf2d17e-1f65-4b44-a7aa-0e87ef8c52bd

### What I changed

My patch removes the color: white; property on the #locale-header ul li.download-button a, which you can find in i18n-teams.css file.

### Result

https://github.com/user-attachments/assets/3fd709dc-5a6c-4b3a-8a9b-b355bc3864e1

#2 @rollybueno
8 weeks ago

  • Keywords needs-testing added

Result when color property is removed:

https://i.imgur.com/8hBUVLT.png

#3 @dd32
8 weeks ago

Duplicate of #7916 Leaving this open for now.

#4 @rollybueno
8 weeks ago

Hey @dd32 - should I repatch to https://meta.trac.wordpress.org/ticket/7916 instead?

#5 @dd32
8 weeks ago

  • Owner set to dd32
  • Status changed from new to accepted

@rollybueno No, no need :) I'll likely merge this in today and close off all the related items.

#6 @dd32
8 weeks ago

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

In 14457:

WP I18N Teams: Update the team page styling with the newer block buttons.

Props dd32, dhrumilk, mikinc860, rollybueno.
Fixes #7916, #7986.
Closes https://github.com/WordPress/wordpress.org/pull/490.

Note: See TracTickets for help on using tickets.